Update cubesatsim.ino

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

@ -2727,6 +2727,7 @@ bool TimerHandler0(struct repeating_timer *t) {
if (digitalRead(MAIN_PB_PIN) == PRESSED)
Serial.println("PB pressed!");
// process_pushbutton();
return true;
}
void start_isr() {

Loading…
Cancel
Save

Powered by TurnKey Linux.