Add more info to README

This commit is contained in:
2021-03-22 10:48:05 -04:00
parent 6202b594b8
commit 5c580e7121
2 changed files with 34 additions and 4 deletions

View File

@@ -73,7 +73,9 @@ void setup() {
// pinMode(BTN_PIN, INPUT);
// bool btn_value = digitalRead(BTN_PIN);
#if defined(DEBUG_SKETCH_TIMING)
unsigned long startTimingMillis = millis();
#endif
pinMode(RED_LED_PIN, OUTPUT);
pinMode(BLUE_LED_PIN, OUTPUT);