Beacon
Beacon
Beacon
****************************************************************************/
#ifndef Beacon_H
#define Beacon_H
#include "ES_Types.h"
#include "ES_Events.h"
typedef enum
{
WaitingBeacon, Detecting
}Beacon_t;
#endif /* ServTemplate_H */