1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef DISPLAY_H #define DISPLAY_H #include "states.h" #ifdef MAX31865_RTD_SENSOR #include "max31865.h" #endif void display_startup_screen(); void display_process(therm_settings_t* set, therm_status_t* status); #endif