/****************************************************************************
Header file for TimersLED.h
based on the Gen2 Events and Services Framework
****************************************************************************/
#ifndef TimersLED_H
#define TimersLED_H
// Event Definitions
#include "ES_Configure.h" /* gets us event definitions */
#include "ES_Types.h" /* gets bool type for returns */
#include "ES_Events.h"
// Public Function Prototypes
bool InitTimersLED(uint8_t Priority);
bool PostTimersLED(ES_Event_t ThisEvent);
ES_Event_t RunTimersLED(ES_Event_t ThisEvent);
#endif /* TimersLED_H */