remove all prints in loop1

pico-button-core
alanbjohnston 3 years ago committed by GitHub
parent 3f3740c284
commit cac8c6bf7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3243,24 +3243,24 @@ void setup1() {
} }
void loop1() { void loop1() {
Serial.println("l1"); // Serial.println("l1");
// serial_input(); // serial_input();
Serial.println("l2"); // Serial.println("l2");
// check for button press // check for button press
if (digitalRead(MAIN_PB_PIN) == PRESSED) // pushbutton is pressed if (digitalRead(MAIN_PB_PIN) == PRESSED) // pushbutton is pressed
process_pushbutton(); process_pushbutton();
Serial.println("l3"); // Serial.println("l3");
if (BOOTSEL) // boot selector button is pressed on Pico if (BOOTSEL) // boot selector button is pressed on Pico
process_bootsel(); process_bootsel();
Serial.println("l4"); // Serial.println("l4");
Serial.println("l5"); // Serial.println("l5");
// sleep(1.0); // sleep(1.0);
// delay(1000); // delay(1000);
// Serial.println("l6"); // Serial.println("l6");

Loading…
Cancel
Save

Powered by TurnKey Linux.