Master Implementation of WANOT

Dependencies:   SX1276Lib mbed

SuperSlot.h

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

File content as of revision 0:8b449140caa2:

#ifndef _MASTERSUPERSLOT_H_
#define _MASTERSUPERSLOT_H_

#include "WANOT.h"

typedef enum {
    SetUp_Beacon_Phase = 0,
    SetUp_Phase,
    TDMA_Phase

} SuperSlotStates;

void SuperSlotInit (void);

#endif //_MASTERSUPERSLOT_H_