Skip to content

Commit 11e1927

Browse files
committed
Removed unused signals
1 parent 1407268 commit 11e1927

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

format.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"speed": [4, "float", "mph", 0, 70, "MCC;MC Feedback"],
33
"driver_eStop": [1, "bool", "", 0, 0, "Main IO;Shutdown"],
44
"external_eStop": [1, "bool", "", 0, 0, "Main IO;Shutdown"],
5-
"battery_eStop": [1, "bool", "", 0, 0, "Shutdown"],
65
"crash": [1, "bool", "", 0, 0, "Main IO;Shutdown"],
76
"door": [1, "bool", "", 1, 1, "Main IO;Shutdown"],
87
"mcu_check": [1, "bool", "", 0, 0, "Main IO;Shutdown"],
@@ -23,7 +22,6 @@
2322
"road_temp": [4, "float", "degC", 0, 100, "Main IO;Sensors"],
2423
"brake_temp": [4, "float", "degC", 0, 100, "Main IO;Sensors"],
2524
"air_temp": [4, "float", "degC", 0, 100, "Main IO;Sensors"],
26-
"cruise": [1, "bool", "", 0, 1, "General"],
2725
"left_turn": [1, "bool", "", 0, 1, "Driver IO;Driver Inputs"],
2826
"right_turn": [1, "bool", "", 0, 1, "Driver IO;Driver Inputs"],
2927
"hazards": [1, "bool", "", 0, 0, "Driver IO;Driver Inputs"],
@@ -41,7 +39,6 @@
4139
"tstamp_sc": [1, "uint8", "s", 0, 59, "Software"],
4240
"tstamp_mn": [1, "uint8", "min", 0, 59, "Software"],
4341
"tstamp_hr": [1, "uint8", "hr", 0, 23, "Software"],
44-
"mps_enable": [1, "bool", "", 1, 1, "MPS"],
4542
"mppt_contactor": [1, "bool", "", 1, 1, "MPS"],
4643
"motor_controller_contactor": [1, "bool", "", 1, 1, "MPS"],
4744
"low_contactor": [1, "bool", "", 1, 1, "MPS"],
@@ -96,9 +93,7 @@
9693
"supply_power_failsafe": [1, "bool", "", 0, 0, "BMS"],
9794
"memory_failsafe": [1, "bool", "", 0, 0, "BMS"],
9895
"relay_failsafe": [1, "bool", "", 0, 0, "BMS"],
99-
"bms_canbus_failure": [1, "bool", "", 0, 0, "BMS"],
10096
"pack_resistance": [4, "float", "mOhm", 0, 100, "BMS"],
101-
"avg_cell_resistance": [4, "float", "mOhm", 0, 100, "BMS"],
10297
"bms_input_voltage": [4, "float", "V", 12, 24, "BMS"]
10398
}
10499

0 commit comments

Comments
 (0)