hallo

Dependencies:   Servo mbed pixy

Fork of PES1 by Gruppe 3

Revision:
12:b9faf8637183
Parent:
11:7c5598781280
Child:
14:7e330f65f26e
--- a/readCamera.cpp	Wed Apr 19 11:35:12 2017 +0000
+++ b/readCamera.cpp	Wed Apr 19 15:38:56 2017 +0000
@@ -12,7 +12,7 @@
 uint16_t blocks;
 
 
-int kamera()
+int readCamera()
 {
     pixy.setSerialOutput(&pc);
 
@@ -63,6 +63,6 @@
             }
         }
         printf("%d\n\r",state);
-        //return state;
+        return state;
     }
 }
\ No newline at end of file