Master Implementation of WANOT

Dependencies:   SX1276Lib mbed

Revision:
0:8b449140caa2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MasterData.cpp	Mon May 23 22:25:40 2016 +0000
@@ -0,0 +1,14 @@
+#include "WANOT.h"
+
+uint16_t BufferSize = BUFFER_SIZE;
+uint8_t Buffer[BUFFER_SIZE];
+
+int16_t RssiValue = 0.0;
+int8_t SnrValue = 0.0;
+
+uint32_t LORA_Channels[NUMBER_OF_CHANNELS] = {868100000,868300000,868500000,867100000,867300000,867500000,867700000,867900000};
+
+uint8_t SlotNumber =  0;
+uint8_t TDMAChannel = 0;
+
+uint8_t SlaveLocalID = 0;
\ No newline at end of file