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