bio robot

Dependencies:   MPU6050-DMP QEI_hw mbed-rpc mbed

Fork of MPU6050_Example by Shundo Kishi

Revision:
16:5b19be27f08a
Parent:
15:d88f10b3b5f8
Child:
18:0cfe72d8a006
--- a/Controls/Dynamics.h	Thu Dec 10 09:46:56 2015 +0000
+++ b/Controls/Dynamics.h	Thu Dec 10 10:55:35 2015 +0000
@@ -10,7 +10,6 @@
 float calcTau(volatile float z[4], float p[10], Gains *gains, Target *target, Serial *pc);
 float thetaDesiredForSwingUp(float rangeMin, float rangeMax, volatile float z[4]);
 float obstacleAvoidance(volatile float z[4], float p[10], float theta);
-int fix(float val);//round toward zero
 
 
 #endif
\ No newline at end of file