/**************************************************************************** Header file for template service based on the Gen 2 Events and Services Framework ****************************************************************************/ #ifndef SPIProjectService_H #define SPIProjectService_H #include "ES_Types.h" // Public Function Prototypes bool InitSPIService ( uint8_t Priority ); bool PostSPIService( ES_Event ThisEvent ); ES_Event RunSPIService( ES_Event ThisEvent ); unsigned char QueryMyScore(void); unsigned char QueryTheirScore(void); bool Ready2Reload(void); #endif /* ServTemplate_H */