ErgoDoxScanner: We need that delay in initExpander

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/427/head^2
Gergely Nagy 7 years ago
parent 2b19388f6c
commit c6be3cf804

@ -46,6 +46,7 @@ uint8_t ErgoDoxScanner::initExpander() {
uint8_t status = 0x20;
i2c_init();
delay(1000);
status = i2c_start(I2C_ADDR_WRITE);
if (status)

Loading…
Cancel
Save