Alex Millane / Mbed 2 deprecated IFARanging

Dependencies:   mbed

Revision:
0:99928431bb44
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Node/Observer/DistanceFrame.h	Tue Jul 07 09:36:12 2015 +0000
@@ -0,0 +1,23 @@
+
+#ifndef DISTANCEFRAME_H_
+#define DISTANCEFRAME_H_
+
+
+struct __attribute__((packed, aligned(1))) DistancesFrame {
+        uint8_t source;
+        uint8_t destination;
+        uint8_t type;
+        float dist[4];
+    };
+
+
+/*
+struct __attribute__((packed, aligned(1))) DistanceFrame {
+        uint8_t source ;
+        uint8_t destination ;
+        uint8_t type ;
+        float dist ;
+    };
+*/
+
+#endif /* DISTANCEFRAME_H_ */
\ No newline at end of file