/** * \file * * * \brief Triac map definitions. * * * \author Francesco Sacchi */ #ifndef PHASE_MAP_H #define PHASE_MAP_H #warning TODO:This is an example implentation, you must implement it! /*! \name Enum for triac devices. * \{ */ typedef enum TriacDev { TRIAC_TEST, /* Put here other triac device */ TRIAC_CNT } TriacDev; /* \} */ #endif /* PHASE_MAP_H */