Alex Millane / Mbed 2 deprecated IFARanging

Dependencies:   mbed

Revision:
0:99928431bb44
diff -r 000000000000 -r 99928431bb44 Node/Anchor/Anchor.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Node/Anchor/Anchor.cpp	Tue Jul 07 09:36:12 2015 +0000
@@ -0,0 +1,12 @@
+#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) ;
+}
\ No newline at end of file