Skip to content

Commit 9590717

Browse files
committed
Added fr_out and accelerator_out
1 parent d482a8e commit 9590717

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

format.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"mcu_latch": [1, "bool", "", 0, 1, "Main IO;Shutdown"],
1313
"state": [1, "char", "", 0, 255, "MCC;Firmware"],
1414
"fr_telem": [1, "bool", "", 0, 1, "MCC;Driver Buttons/Switches"],
15+
"fr_out": [1, "bool", "", 0, 1, "MCC;Motor Controller I/O"],
1516
"linear_accel_x": [4, "float", "m/s^2", 0, 100, "Main IO;Sensors"],
1617
"linear_accel_y": [4, "float", "m/s^2", 0, 100, "Main IO;Sensors"],
1718
"linear_accel_z": [4, "float", "m/s^2", 0, 100, "Main IO;Sensors"],
@@ -50,6 +51,7 @@
5051
"mech_brake_status": [1, "bool", "", 0, 1, "MCC;Sensors"],
5152
"parking_brake": [1, "bool", "", 0, 1, "MCC;Sensors"],
5253
"accelerator": [4, "float", "%", 0, 1, "MCC;Sensors"],
54+
"accelerator_out": [4, "float", "V", 0, 3.3, "MCC;Motor Controller I/O"],
5355
"motor_current": [4, "float", "A", 0, 100, "MCC; Sensors"],
5456
"motor_power": [4, "float", "W", 0, 100, "MCC; Firmware"],
5557
"mc_status": [1, "uint8", "", 0, 0, "MCC;MC Feedback"],

0 commit comments

Comments
 (0)