/** * \file * * * \brief Thermo regulation control map definitions. * * \author Francesco Sacchi */ #ifndef THERMO_MAP_H #define THERMO_MAP_H #include #include #warning TODO:This is an example implentation, you must implement it! typedef enum ThermoDev { THERMO_TEST, /* Put here your thermo device */ THERMO_CNT } ThermoDev; #endif /* THERMO_MAP_H */