Code to run the microcontrollers on the R5 competition bot

Dependencies:   LineSensors mbed

Revision:
19:9f4510646c9e
Parent:
18:2bd595af51d2
--- a/r5map.h	Sat Apr 18 03:13:27 2015 +0000
+++ b/r5map.h	Sat Apr 18 03:50:32 2015 +0000
@@ -3,7 +3,8 @@
 
 #include <vector>
 
-using namespace std;
+namespace R5Map
+{
 
 struct position
 {
@@ -57,5 +58,5 @@
     position start;
     position fin;
 };
-
+} //end namespace
 #endif