Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

/****************************************************************************

Header file for template service


based on the Gen 2 Events and Services Framework

****************************************************************************/

#ifndef Beacon_H
#define Beacon_H

#include "ES_Types.h"
#include "ES_Events.h"

// Public Function Prototypes

typedef enum
{
WaitingBeacon, Detecting
}Beacon_t;

bool InitBeaconService(uint8_t Priority);


bool PostBeaconService(ES_Event_t ThisEvent);
ES_Event_t RunBeaconService(ES_Event_t ThisEvent);

#endif /* ServTemplate_H */

You might also like