めいん

Dependencies:   mbed

Revision:
4:dcb03da10fa7
Parent:
2:b204cf2f9b60
Child:
5:1c95260515c1
--- a/main.cpp	Wed Aug 31 11:09:45 2016 +0000
+++ b/main.cpp	Thu Sep 01 06:23:53 2016 +0000
@@ -10,7 +10,7 @@
     pt=coordinateTheta();
     
     move(30,30);
-    while(1){
+    while(1){ 
         update(-right.getPulses(), left.getPulses());
         if((px-coordinateX())*(px-coordinateX())+(py-coordinateY())*(py-coordinateY())>length*length){break;}