print pushbutton

pico-v0.21
alanbjohnston 3 years ago committed by GitHub
parent b49d161fb9
commit ad595cf2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3140,10 +3140,12 @@ void sleep(float timer) { // sleeps for intervals more than 0.01 milli seconds
void process_pushbutton() {
// Serial.println("PB pressed!");
Serial.println("PB pressed!");
int release = FALSE;
Serial.println(digitalRead(MAIN_PB_PIN));
return; /// just skip for now
if (!wifi)

Loading…
Cancel
Save

Powered by TurnKey Linux.