1 2 3 4 5 6 7 8 9 10 11 12 13 14
512edacc3586 512edacc3586 512edacc3586 860001bb7681 860001bb7681 860001bb7681 860001bb7681 860001bb7681 860001bb7681 512edacc3586 512edacc3586 512edacc3586 49485c1fefae 49485c1fefae
#ifndef MAX31855_H #define MAX31855_H #include "stm32f0xx_hal.h" #include "config.h" #include "stringhelpers.h" #include "states.h" #include "gpio.h" void max31855_readtemp(SPI_HandleTypeDef* hspi1, therm_settings_t* set, therm_status_t* status); #endif // vim:softtabstop=4 shiftwidth=4 expandtab