Alex Millane / Mbed 2 deprecated IFARanging

Dependencies:   mbed

Revision:
0:99928431bb44
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Node/Beacon/Beacon.h	Tue Jul 07 09:36:12 2015 +0000
@@ -0,0 +1,23 @@
+
+#ifndef BEACON_H
+#define BEACON_H
+
+#include "Node.h"
+#include "debug.h"
+
+
+class Beacon : public Node
+{
+    public:
+        
+        // Constructor
+        Beacon( MM2WayRanging& newRanging, DW1000& newDw ) ;
+        
+        // Executes the beacon's functionality at each timestep
+        virtual void execute() ;
+        
+    private:
+    
+} ;
+
+#endif
\ No newline at end of file