rusEFI
The most advanced open source ECU
|
MAX31855 and MAX31856 Thermocouple-to-Digital Converter driver.
http://datasheets.maximintegrated.com/en/ds/MAX31855.pdf https://www.analog.com/media/en/technical-documentation/data-sheets/MAX31856.pdf
Read-only (MAX31855), RW (MAX31956) communication over 5MHz SPI
Definition in file max3185x.cpp.
Functions | |
static void | showEgtInfo () |
static void | egtRead () |
void | initMax3185x (spi_device_e device, egt_cs_array_t max31855_cs) |
void | stopMax3185x () |
void | startMax3185x (spi_device_e device, egt_cs_array_t max31855_cs) |
Variables | |
static Max3185xRead | instance |
|
static |
Definition at line 548 of file max3185x.cpp.
Referenced by initMax3185x().
void initMax3185x | ( | spi_device_e | device, |
egt_cs_array_t | max31855_cs | ||
) |
Definition at line 552 of file max3185x.cpp.
Referenced by initEgt().
|
static |
Definition at line 544 of file max3185x.cpp.
Referenced by initMax3185x().
void startMax3185x | ( | spi_device_e | device, |
egt_cs_array_t | max31855_cs | ||
) |
Definition at line 563 of file max3185x.cpp.
Referenced by initMax3185x(), and startEgt().
void stopMax3185x | ( | ) |
Definition at line 559 of file max3185x.cpp.
Referenced by stopEgt().
|
static |
Definition at line 542 of file max3185x.cpp.
Referenced by egtRead(), showEgtInfo(), startMax3185x(), and stopMax3185x().