/****************************************************************************
Header file for Button Event Checker
based on the Gen 2 Events and Services Framework
****************************************************************************/
#ifndef ButtonEventChecker_H
#define ButtonEventChecker_H
#include "ES_Types.h"
// Public Function Prototypes
void InitButtonEventChecker(void);
bool Check4Button(void);
#endif /* ServTemplate_H */