From c6be3cf804728f345ca893e0d34d3fb924d08a03 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sun, 20 May 2018 10:22:06 +0200 Subject: [PATCH] ErgoDoxScanner: We need that delay in initExpander Signed-off-by: Gergely Nagy --- src/kaleidoscope/hardware/ErgoDoxScanner.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kaleidoscope/hardware/ErgoDoxScanner.cpp b/src/kaleidoscope/hardware/ErgoDoxScanner.cpp index 7ed32212..4460e38f 100644 --- a/src/kaleidoscope/hardware/ErgoDoxScanner.cpp +++ b/src/kaleidoscope/hardware/ErgoDoxScanner.cpp @@ -46,6 +46,7 @@ uint8_t ErgoDoxScanner::initExpander() { uint8_t status = 0x20; i2c_init(); + delay(1000); status = i2c_start(I2C_ADDR_WRITE); if (status)