Controlor for Humanoid. Walking trajectory generator, sensor reflection etc.

Dependencies:   Adafruit-PWM-Servo-Driver MPU6050 RS300 mbed

Revision:
22:bf5aa20b9df0
Parent:
21:a54bcab078ed
Child:
23:0927e605af4b
--- a/main.cpp	Wed Sep 04 03:59:40 2013 +0000
+++ b/main.cpp	Fri Sep 06 08:36:21 2013 +0000
@@ -13,6 +13,6 @@
     
     while (1) {
         controlor.control();
-        wait(0.01);
+        wait(0.005);
     }
 }
\ No newline at end of file