Final Commit

Dependencies:   mbed

Revision:
4:a9634970d33e
Parent:
3:50f01159c61d
Child:
5:27fcb9b36e7e
--- a/main.cpp	Tue Mar 06 11:54:28 2018 +0000
+++ b/main.cpp	Wed Mar 07 15:01:35 2018 +0000
@@ -21,10 +21,10 @@
     while(1){
     
     Position pf = food.get_position();
-
+    
     printf("Position x %i \n Position y %i \n", pf.x, pf.y);
     
-    wait(1.0);
+    wait(0.5);
     
     }