ESE350 project, Spring 2016, University of Pennsylvania

Dependencies:   Adafruit9-DOf Receiver mbed-rtos mbed

Revision:
20:efa15ed008b4
Parent:
19:39c144ca2a2f
Child:
21:336faf452989
diff -r 39c144ca2a2f -r efa15ed008b4 main.cpp
--- a/main.cpp	Fri Apr 08 23:38:22 2016 +0000
+++ b/main.cpp	Sun Apr 10 19:50:18 2016 +0000
@@ -24,10 +24,10 @@
         myQuadcopter.controller();
         motors motorsPwm=myQuadcopter.getPwm();
 
-        motor_2=motorsPwm.m2;
+        motor_2=0.5;//motorsPwm.m2;
         motor_4=motorsPwm.m4;
         
-        //pc.printf("m1: %f m2: %f \n\r",  motorsPwm.m2, motorsPwm.m4);
+        pc.printf("m1: %f m2: %f \n\r",  motorsPwm.m2, motorsPwm.m4);
 
         Thread::wait(10);
     }