Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
walkermburns committed Feb 10, 2024
1 parent 1852774 commit bd3a0c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ TorqueControllerMux torque_controller_mux;
/* Declare state machine */
MCUStateMachine<DriveSys_t> fsm(&buzzer, &drivetrain, &dashboard, &pedals_system, &torque_controller_mux, &ams_interface); // need more implemetation details. associated interfaces and systems tied by pointers

/*
GROUPING STRUCTS (To limit parameter count in utilizing functions)
*/

CANInterfaces<CircularBufferType> CAN_interfaces = {&inv.fl, &inv.fr, &inv.rl, &inv.rr, &dashboard, &ams_interface};

/*
Expand Down

0 comments on commit bd3a0c1

Please sign in to comment.