try turning on pushbutton code

pull/164/head
alanbjohnston 4 years ago committed by GitHub
parent e3b2b14a39
commit 13f007a066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2784,8 +2784,9 @@ bool TimerHandler0(struct repeating_timer *t) {
micro_timer = micros(); micro_timer = micros();
} }
if (digitalRead(MAIN_PB_PIN) == PRESSED) if (digitalRead(MAIN_PB_PIN) == PRESSED)
Serial.println("PB pressed!"); // Serial.println("PB pressed!");
// process_pushbutton(); process_pushbutton();
return true; return true;
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.