/**************************************************************************** Template header file for Hierarchical Sate Machines AKA StateCharts ****************************************************************************/ #ifndef T_MapKeys_H #define T_MapKeys_H // Public Function Prototypes bool InitMapKeys ( uint8_t Priority ); bool PostMapKeys( ES_Event_t ThisEvent ); ES_Event_t RunMapKeys( ES_Event_t ThisEvent ); #endif /*MW_MapKeys_H */