/** * @file max31855.h * * @date Sep 17, 2014 * @author Andrey Belomutskiy, (c) 2012-2019 */ #ifndef MAX31855_H_ #define MAX31855_H_ #include "global.h" #include "engine_configuration.h" #if HAL_USE_SPI void initMax31855(Logging *sharedLogger, spi_device_e device, egt_cs_array_t max31855_cs); #endif /* HAL_USE_SPI */ uint16_t getEgtValue(int egtChannel); #endif /* MAX31855_H_ */