Add more info to README
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user