Slave Implementation of WANOT Slave

Dependencies:   SX1276Lib mbed-src

SuperSlot.h

Committer:
semsem
Date:
2016-05-23
Revision:
0:80ebf9b1dd4f

File content as of revision 0:80ebf9b1dd4f:

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