hallo

Dependencies:   Servo mbed pixy

Fork of PES1 by Gruppe 3

Revision:
15:7e9ecc4d7217
Parent:
14:7e330f65f26e
Child:
18:3ee1b02ed3aa
--- a/readCamera.cpp	Wed Apr 19 16:27:30 2017 +0000
+++ b/readCamera.cpp	Thu Apr 20 09:19:20 2017 +0000
@@ -25,7 +25,6 @@
                 for (j = 0; j < blocks; j++) {
                     int xAxis = pixy.blocks[j].x;
                     int yAxis = pixy.blocks[j].y;
-                    //printf("%d, %d\n\r", xAxis, yAxis);
                     
                      
         
@@ -63,6 +62,7 @@
             }
         }
         //printf("%d\n\r",state);
+        //printf("%d, %d\n\r", xAxis, yAxis);
         return state;
     }
 }
\ No newline at end of file