3/26/16 12:25 am JJ

Dependents:   steppertest R5 2016 Robotics Team 1

Fork of scanner by David Vasquez

Files at this revision

API Documentation at this revision

Comitter:
j_j205
Date:
Mon Feb 27 11:56:43 2017 +0000
Parent:
20:08bad292c737
Commit message:
uncommented code section

Changed in this revision

scanner.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/scanner.cpp	Mon Feb 27 11:51:58 2017 +0000
+++ b/scanner.cpp	Mon Feb 27 11:56:43 2017 +0000
@@ -1,4 +1,4 @@
-/*#include "scanner.h"
+#include "scanner.h"
 #include "mbed.h"
 #include "LongRangeSensor.h"
 #include "ShortRangeSensor.h"
@@ -449,7 +449,7 @@
         if (localizeRightFlag == 1)
             localizeRight();
         
-        /*if (localizeLeftFlag == 1)
+        if (localizeLeftFlag == 1)
             localizeLeft();
     }
-}*/
\ No newline at end of file
+}
\ No newline at end of file