turned serial input on

pull/182/head
alanbjohnston 4 years ago committed by GitHub
parent 354537bf2c
commit c24ab5d0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -263,7 +263,7 @@ void loop() {
bool TimerHandler1(struct repeating_timer *t) {
// serial_input();
serial_input();
// check for button press
if (digitalRead(MAIN_PB_PIN) == PRESSED) // pushbutton is pressed

Loading…
Cancel
Save

Powered by TurnKey Linux.