ntc_map.h
Go to the documentation of this file.00001 00041 #ifndef NTC_MAP_H 00042 #define NTC_MAP_H 00043 00044 #include <cfg/compiler.h> 00045 00046 #warning TODO:This is an example implentation, you must implement it! 00047 00051 typedef enum NtcDev 00052 { 00053 NTC_TEST, 00054 00055 /* Put here your thermo device */ 00056 00057 NTC_CNT 00058 } NtcDev; 00059 /* \} */ 00060 00061 #endif /* NTC_MAP_H */
