Racing Robots Session

Dependencies:   m3pi mbed

Fork of racing_robots by Nico De Witte

Revision:
0:c0ae66a0ec7a
Child:
1:43c91152e9ce
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/racing_robots.h	Mon Feb 23 12:24:31 2015 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "m3pi.h"
+#include "robot_logic.h"
+
+#ifndef H_RACING_ROBOTS
+#define H_RACING_ROBOTS
+
+void racing_robots(void);
+
+#endif
\ No newline at end of file