From 7d5429468e4a260297267359db540d315e3f30e3 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 17 Sep 2022 16:08:12 -0400 Subject: [PATCH] added timer2_on --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 746b237d..52635916 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -372,6 +372,7 @@ RPI_PICO_Timer ITimer1(1); RPI_PICO_Timer ITimer2(2); bool timer0_on = false; +bool timer2_on = false; char callsign[20]; int morse_timing = 60; // ms for a dit