#ifndef TEMPERATURE_H #define TEMPERATURE_H #include "config.h" void readTemperature(); void updateTempDisplay(); #endif