◆ initEgt()
Definition at line 16 of file init_egt.cpp.
16 {
17#if EFI_CAN_SUPPORT
20 criticalError("CAN read is required to use CAN EGT.");
21 return;
22 }
23
30
31 return;
32 }
33#endif
34
35#if EFI_MAX_31855
37#endif
38}
void registerCanSensor(CanSensorBase &sensor)
static constexpr engine_configuration_s * engineConfiguration
static AemXSeriesEgt aemEgt5(4, SensorType::EGT5)
static AemXSeriesEgt aemEgt6(5, SensorType::EGT6)
static AemXSeriesEgt aemEgt2(1, SensorType::EGT2)
static AemXSeriesEgt aemEgt1(0, SensorType::EGT1)
static AemXSeriesEgt aemEgt4(3, SensorType::EGT4)
static AemXSeriesEgt aemEgt3(2, SensorType::EGT3)
void initMax3185x(spi_device_e device, egt_cs_array_t max31855_cs)
spi_device_e max31855spiDevice
Gpio max31855_cs[EGT_CHANNEL_COUNT]
Referenced by initNewSensors().
◆ startEgt()
Definition at line 47 of file init_egt.cpp.
47 {
48
49#if EFI_MAX_31855
51#else
53#endif
54}
void startMax3185x(spi_device_e device, egt_cs_array_t max31855_cs)
Referenced by reconfigureSensors().
◆ stopEgt()
◆ aemEgt1
◆ aemEgt2
◆ aemEgt3
◆ aemEgt4
◆ aemEgt5
◆ aemEgt6
Go to the source code of this file.