Start project for Racing Robots

Dependencies:   mbed RacingRobotsLib

Revision:
0:c4cb63d326cc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Jun 01 10:00:46 2015 +0000
@@ -0,0 +1,11 @@
+#include "robot_logic.h"
+ 
+void init()
+{
+   //put your initialization logic here
+}
+ 
+void loop()
+{
+    //put your robot control logic here    
+}
\ No newline at end of file