Master Implementation of WANOT

Dependencies:   SX1276Lib mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SuperSlot.h Source File

SuperSlot.h

00001 #ifndef _MASTERSUPERSLOT_H_
00002 #define _MASTERSUPERSLOT_H_
00003 
00004 #include "WANOT.h"
00005 
00006 typedef enum {
00007     SetUp_Beacon_Phase = 0,
00008     SetUp_Phase,
00009     TDMA_Phase
00010 
00011 } SuperSlotStates;
00012 
00013 void SuperSlotInit (void);
00014 
00015 #endif //_MASTERSUPERSLOT_H_