From 4c6face930f0f295356a8fdb6ff1e6baa138b7e8 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 20 Aug 2022 14:50:43 -0400 Subject: [PATCH] added ina219_started --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 5d890ff0..9d881c57 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -329,6 +329,7 @@ bool cw_stop = false; int payload_command = false; bool debug_mode = false; bool voltage_read = false; +bool ina219_started = false; #define PRESSED 0 #define HELD 0