diff --git a/lib/max31856/max31856.h b/lib/max31856/max31856.h --- a/lib/max31856/max31856.h +++ b/lib/max31856/max31856.h @@ -4,7 +4,7 @@ #include "stm32f3xx_hal.h" void max31856_init(SPI_HandleTypeDef* spi_port, GPIO_TypeDef* cs_port, uint32_t cs_pin, uint32_t sensor_type); -void max31856_process(void); +float max31856_process(void); float max31856_latest_temp(void); float max31856_avg_temp(void);