Master Implementation of WANOT

Dependencies:   SX1276Lib mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers MasterData.cpp Source File

MasterData.cpp

00001 #include "WANOT.h"
00002 
00003 uint16_t BufferSize = BUFFER_SIZE;
00004 uint8_t Buffer[BUFFER_SIZE];
00005 
00006 int16_t RssiValue = 0.0;
00007 int8_t SnrValue = 0.0;
00008 
00009 uint32_t LORA_Channels[NUMBER_OF_CHANNELS] = {868100000,868300000,868500000,867100000,867300000,867500000,867700000,867900000};
00010 
00011 uint8_t SlotNumber =  0;
00012 uint8_t TDMAChannel = 0;
00013 
00014 uint8_t SlaveLocalID = 0;