|
MCU
|
#include "stdint.h"#include <math.h>#include "FlexCAN_T4.h"#include "HyTech_CAN.h"#include "MessageQueueDefine.h"#include "AnalogSensorsInterface.h"#include "hytech.h"#include "Thermistor.h"

Go to the source code of this file.
Classes | |
| class | ThermistorInterface |
Variables | |
| const int | MCU15_NUM_THERMISTORS = 2 |
| const int | MCU15_THERM_FL_CHANNEL = 0 |
| const int | MCU15_THERM_FR_CHANNEL = 1 |
| const int MCU15_NUM_THERMISTORS = 2 |
Definition at line 12 of file ThermistorInterface.h.
| const int MCU15_THERM_FL_CHANNEL = 0 |
Definition at line 13 of file ThermistorInterface.h.
| const int MCU15_THERM_FR_CHANNEL = 1 |
Definition at line 14 of file ThermistorInterface.h.