From 971da1501899015e3fdb0671a3edbb1e8950c2dc Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 4 Dec 2022 10:01:18 -0500 Subject: [PATCH] added transmit_led --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 0fed2585..47c27f9a 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -215,6 +215,7 @@ bool TimerHandler1(struct repeating_timer *t); void load_sstv_image_1_as_cam_dot_jpg(); void load_sstv_image_2_as_cam_dot_jpg(); void get_input(); +void transmit_led(bool status); #ifndef STASSID #define STASSID "Pico"