Skip to content

Commit

Permalink
Debugging uncompiling interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
CL16gtgh committed Feb 6, 2024
1 parent 31ffd77 commit ae98ef2
Show file tree
Hide file tree
Showing 2 changed files with 1,564 additions and 1,570 deletions.
8 changes: 1 addition & 7 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

// /* Include files */
#include <Arduino.h>
#include "MCUStateMachine.h"
#include "InverterInterface.h"
#include "ADC_SPI.h"
// #include "MessageHandler.h"
#include "DrivetrainSystem.h"
#include "PedalsSystem.h"

#include "FlexCAN_T4.h"
#include "HyTech_CAN.h"
Expand Down Expand Up @@ -49,7 +43,7 @@ OrbisBR10 steering1(STEERING_SERIAL);
// DashboardInterface dashboard;
AMSInterface ams_interface(SOFTWARE_OK);
WatchdogInterface wd_interface(WATCHDOG_INPUT);
// MCUInterface<CircularBufferType> main_ecu(&CAN3_txBuffer);
// MCUInterface main_ecu(&CAN3_txBuffer);
// TelemetryInterface<CircularBufferType> telem_interface(&CAN3_txBuffer);
using InverterInterfaceType = InverterInterface<CircularBufferType>;
InverterInterfaceType fl_inv(&CAN2_txBuffer, ID_MC1_SETPOINTS_COMMAND);
Expand Down
Loading

0 comments on commit ae98ef2

Please sign in to comment.