From cb119141c3affd9627edbeade36c62351236ad84 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 27 Jul 2022 07:46:25 -0400 Subject: [PATCH] added timer0_on --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index b443cdd3..2c8606b1 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -304,6 +304,7 @@ unsigned long pb_press_start; bool TimerHandler0(struct repeating_timer *t); RPI_PICO_Timer ITimer0(0); RPI_PICO_Timer ITimer1(0); +bool timer0_on = false; char callsign[20]; int morse_timing = 60; // ms for a dit