Update cubesatsim.ino

pull/161/head
alanbjohnston 4 years ago committed by GitHub
parent d65476c580
commit cd434c43a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2403,8 +2403,8 @@ void loop1() {
// Serial.print("PB: ");
// Serial.println(pb_value);
// if (pb_value == PRESSED)
/// if (digitalRead(MAIN_PB_PIN) == PRESSED)
/// process_pushbutton();
if (digitalRead(MAIN_PB_PIN) == PRESSED)
process_pushbutton();
}
/*

Loading…
Cancel
Save

Powered by TurnKey Linux.