{.is_read_only=0, .bit_length=1, .read_var_a=&charge_request_user, .write_var_a=&charge_request_user, },
+
+
+ {.is_read_only=1, .bit_length=12, .read_var_a=&
adc_readings.tmu_1, .write_var_a=NULL, },
+ {.is_read_only=1, .bit_length=12, .read_var_a=&
adc_readings.tmu_2, .write_var_a=NULL, },
+ {.is_read_only=1, .bit_length=12, .read_var_a=&
adc_readings.tmu_3, .write_var_a=NULL, },
+ {.is_read_only=1, .bit_length=12, .read_var_a=&
adc_readings.tmu_4, .write_var_a=NULL, },
+
+
}
+volatile ADCReadings_t adc_readings
Definition main.c:120
+bool bms_daq_override
Definition main.c:91
+bool bms_daq_stat
Definition main.c:92
uint8_t charge_request_user
Definition orion.c:12
uint16_t user_charge_voltage_request
Definition orion.c:14
uint16_t user_charge_current_request
Definition orion.c:13
+uint8_t tmu_daq_therm
Definition tmu.c:14
+bool tmu_daq_override
Definition tmu.c:13
diff --git a/a__box_2daq_2daq_8h.html b/a__box_2daq_2daq_8h.html
index 4339bfc4..bc039cfe 100644
--- a/a__box_2daq_2daq_8h.html
+++ b/a__box_2daq_2daq_8h.html
@@ -94,7 +94,7 @@
|
#define | DAQ_UPDATE_PERIOD 15 |
|
-#define | NUM_VARS 3 |
+#define | NUM_VARS 11 |
|
#define | DAQ_ID_CHARGE_REQUEST_USER 0 |
|
@@ -102,6 +102,22 @@
|
#define | DAQ_ID_USER_CHARGE_VOLTAGE_REQUEST 2 |
|
+#define | DAQ_ID_TMU_DAQ_OVERRIDE 3 |
+ |
+#define | DAQ_ID_TMU_DAQ_THERM 4 |
+ |
+#define | DAQ_ID_TMU_1 5 |
+ |
+#define | DAQ_ID_TMU_2 6 |
+ |
+#define | DAQ_ID_TMU_3 7 |
+ |
+#define | DAQ_ID_TMU_4 8 |
+ |
+#define | DAQ_ID_BMS_DAQ_OVERRIDE 9 |
+ |
+#define | DAQ_ID_BMS_DAQ_STAT 10 |
+ |