BeRTOS
|
00001 00038 #ifndef THERMO_MAP_H 00039 #define THERMO_MAP_H 00040 00041 #include <cfg/compiler.h> 00042 #include <cfg/macros.h> 00043 00044 00045 #warning TODO:This is an example implentation, you must implement it! 00046 00047 typedef enum ThermoDev 00048 { 00049 THERMO_TEST, 00050 00051 /* Put here your thermo device */ 00052 00053 THERMO_CNT 00054 } ThermoDev; 00055 00056 #endif /* THERMO_MAP_H */