/*! * \file console.h * \brief * A simple serial console implementation for out thermostat * * Author: Christos Choutouridis AEM: 8997 * email : */ #ifndef CONSOLE_H_ #define CONSOLE_H_ #include #include "thermostat.h" #include extern float_t temp_get_current (void); void console (void); #endif /* CONSOLE_H_ */