first publish

Dependencies:   MPU9150_DMP MotorControl QuaternionMath SimpleIOMacros mbed

Fork of cool_step by Siner Gokhan Yilmaz

Revision:
2:182019316acc
Parent:
1:7681221d0a5c
Child:
4:7ccb10039316
--- a/main.cpp	Mon Apr 20 10:32:19 2015 +0000
+++ b/main.cpp	Mon Apr 20 10:39:40 2015 +0000
@@ -12,7 +12,7 @@
 
 int main()
 {
-    infoTask.attach(infoTask,0.05f);
+    infoTicker.attach(infoTask,0.05f);
     while(1) {
     }
 }