#ifndef DISPLAY_H #define DISPLAY_H #include "states.h" void display_process(therm_settings_t* set, therm_status_t* status); #endif