From e20e32ec974e94ca097796c5a373952bbba775cc Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 2 Jul 2022 22:05:52 -0400 Subject: [PATCH] Update cubesatsim.h --- cubesatsim/cubesatsim.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 15e50f5b..fcd537df 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -27,6 +27,7 @@ #define TXC_PIN 11 // Transceiver Board is present #define SWTX_PIN 14 // SR_FRS_05W Transmit Pico software serial port #define SQUELCH 15 // SR_FRS_05W Squelch out +#define MAIN_INA219 // Power the INA219s on the Main board #define PTT_PIN 17 // SR_FRS_05W PTT Push to Talk - transmit #define STEM_LED1 18 // STEM board LED1 Green #define STEM_LED2 19 // STEM board LED2 Blue @@ -99,6 +100,8 @@ static int init_rf(); void test_radio(); void configure_radio(); void send_packet(); +void read_ina219(); +void read_sensors(); extern int Encode_8b10b[][256];