phase_map.h

Go to the documentation of this file.
00001 
00040 #ifndef PHASE_MAP_H
00041 #define PHASE_MAP_H
00042 
00043 #warning TODO:This is an example implentation, you must implement it!
00044 
00048 typedef enum TriacDev
00049 {
00050     TRIAC_TEST,
00051 
00052     /* Put here other triac device */
00053 
00054     TRIAC_CNT
00055 } TriacDev;
00056 /* \} */
00057 
00058 #endif /* PHASE_MAP_H */