From 65833579529b85fbda818c53420dc2e8945c2e42 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 3 Dec 2022 22:18:51 -0500 Subject: [PATCH] added get_input() --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index f3b69de1..87acffdd 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -214,6 +214,7 @@ void start_clockgen(); 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(); #ifndef STASSID #define STASSID "Pico"