From 51185879e1322a6ed9135b0df5ecbbf13625eb44 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 14 Jul 2022 17:04:28 -0400 Subject: [PATCH] added i2c_bus1 and 2 --- cubesatsim/cubesatsim.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 7fb49093..d04fdfee 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -207,6 +207,8 @@ float latitude = 39.027702f, longitude = -77.078064f; float lat_file, long_file; double cpuTemp; int frameTime; +bool i2c_bus1; +bool i2c_bus2; float axis[3], angle[3], volts_max[3], amps_max[3], batt, speed, period, tempS, temp_max, temp_min, eclipse; int i2c_bus0 = OFF, i2c_bus1 = OFF, i2c_bus3 = OFF, camera = OFF, sim_mode = FALSE, SafeMode = FALSE, rxAntennaDeployed = 0, txAntennaDeployed = 0;