Alex Millane / Mbed 2 deprecated IFARanging

Dependencies:   mbed

Node/Anchor/Anchor.cpp

Committer:
millanea
Date:
2015-07-07
Revision:
0:99928431bb44

File content as of revision 0:99928431bb44:

#include "Anchor.h"

Anchor::Anchor( MM2WayRanging& newRanging, DW1000& newDw ) : Node( newRanging, newDw )
{
    debugprintf("Anchor Initialized\r\n") ;
}

void Anchor::execute()
{
    // Just waiting in the background as the anchor functionality is interrupt driven
    wait(0.5) ;
}