Skip to content

Commit

Permalink
for el brake light (#57)
Browse files Browse the repository at this point in the history
* Update MCUInterface.cpp

hopefully make Brakelight work?

* Update MCUInterface.cpp
  • Loading branch information
shaynoorani committed Apr 7, 2024
1 parent 052b6c0 commit 7206f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/interfaces/src/MCUInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,5 @@ void MCUInterface::tick(int fsm_state,
update_mcu_status_CAN();
// Push into buffer
enqueue_CAN_mcu_status();
set_brake_light(pedals_data.brakePressed);
}

0 comments on commit 7206f7b

Please sign in to comment.