BeRTOS
|
00001 00039 #ifndef PHASE_MAP_H 00040 #define PHASE_MAP_H 00041 00042 #warning TODO:This is an example implentation, you must implement it! 00043 00047 typedef enum TriacDev 00048 { 00049 TRIAC_TEST, 00050 00051 /* Put here other triac device */ 00052 00053 TRIAC_CNT 00054 } TriacDev; 00055 /* \} */ 00056 00057 #endif /* PHASE_MAP_H */