Slave Implementation of WANOT Slave

Dependencies:   SX1276Lib mbed-src

SlaveBeacon.h

Committer:
semsem
Date:
2016-05-23
Revision:
0:80ebf9b1dd4f

File content as of revision 0:80ebf9b1dd4f:

#ifndef _SLAVEBEACON_H_
#define _SLAVEBEACON_H_

#include "WANOT.h"

typedef enum {
    UnRegistered = 0,
    Registered
} SlaveRegStates;

typedef enum {
    Beacon_Wait = 0,
    Beacon_Recieved

} Slave_Beacon_State;

void SetUp_Beacon(void);


#endif //_SLAVEBEACON_H_