Master Implementation of WANOT

Dependencies:   SX1276Lib mbed

MasterData.cpp

Committer:
semsem
Date:
2016-05-23
Revision:
0:8b449140caa2

File content as of revision 0:8b449140caa2:

#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;