Add kit firmware modifications

This commit is contained in:
Just Call Me Koko
2021-07-08 18:44:47 -04:00
parent f801ba0bc5
commit a23e7a4c48
8 changed files with 42 additions and 1 deletions

View File

@@ -68,6 +68,10 @@ void Display::RunSetup()
//digitalWrite(TFT_BL, HIGH);
//delay(5000);
#ifdef KIT
pinMode(KIT_LED_BUILTIN, OUTPUT);
#endif
}
/* Interrupt driven periodic handler */