ppr1 WIP DO NOT MERGE - will break other clients

This commit is contained in:
Kevin Hester
2020-10-17 13:15:12 +08:00
parent c73ee98739
commit e1f0e11cb8
5 changed files with 21 additions and 6 deletions

View File

@@ -245,11 +245,15 @@ void setup()
#else
Wire.begin();
#endif
// i2c still busted on new board
#ifndef ARDUINO_NRF52840_PPR
scanI2Cdevice();
#ifdef PIN_LCD_RESET
// FIXME - move this someplace better
pinMode(PIN_LCD_RESET, OUTPUT);
digitalWrite(PIN_LCD_RESET, 0);
#endif
scanI2Cdevice();
// Buttons & LED
buttonThread = new ButtonThread();
#ifdef LED_PIN