0% found this document useful (0 votes)
52 views1 page

Beacon

Uploaded by

api-438120791
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views1 page

Beacon

Uploaded by

api-438120791
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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