Carter Sharer / Mbed 2 deprecated BroBot_RTOS_ESE350

Dependencies:   MPU6050_V3 mbed-rtos mbed

Fork of BroBot_RTOS_Development by Arvind Ramesh

Revision:
19:19d72dc64b43
Parent:
18:ee252b8f7430
diff -r ee252b8f7430 -r 19d72dc64b43 waypoint.h
--- a/waypoint.h	Wed Mar 22 21:01:07 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#ifndef _WAYPOINT_H
-#define _WAYPOINT_H
-
-typedef struct waypoints {
-    float targetPosition;
-    float targetAngle;
-}WAYPOINTS;
-
-#endif
\ No newline at end of file