Slave Implementation of WANOT Slave

Dependencies:   SX1276Lib mbed-src

Revision:
0:80ebf9b1dd4f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SlaveBeacon.h	Mon May 23 22:28:07 2016 +0000
@@ -0,0 +1,20 @@
+#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_
\ No newline at end of file