#ifndef DISPLAY_H #define DISPLAY_H #include #include "config.h" void updateTempDisplay(void* parameter); void startingMenu(); void processHeadings(); void readTemperature(); char* secondsToMinutesSeconds(int seconds); #endif