From 150d71055a7452abaeff51b8af0f84e84fa21c26 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 17 Sep 2022 16:26:55 -0400 Subject: [PATCH] added timer0 and timer2 number --- cubesatsim/cubesatsim.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 52635916..ddda843d 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -373,6 +373,8 @@ RPI_PICO_Timer ITimer2(2); bool timer0_on = false; bool timer2_on = false; +int timer0_number = NULL; +int timer2_number = NULL; char callsign[20]; int morse_timing = 60; // ms for a dit