Gruppe 3 / Mbed 2 deprecated PES1

Dependencies:   Servo mbed pixy

Fork of PES by Gruppe 3

Files at this revision

API Documentation at this revision

Comitter:
Shukle
Date:
Thu Apr 20 09:19:20 2017 +0000
Parent:
14:7e330f65f26e
Child:
16:0a1703438e8b
Commit message:
update in readCamera.cpp;

Changed in this revision

readCamera.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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