Working Thruster and Servo RC

Dependencies:   PwmIn mbed Servo

Files at this revision

API Documentation at this revision

Comitter:
WoodyERAU
Date:
Wed Jun 05 16:28:00 2019 +0000
Parent:
2:cc7237f357e4
Child:
4:e02ad2d9ba69
Commit message:
Working RC Program

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue May 28 00:27:50 2019 +0000
+++ b/main.cpp	Wed Jun 05 16:28:00 2019 +0000
@@ -42,7 +42,7 @@
     front_servo = 1.0;
     back_thrust = 1.0;
     front_thrust = 1.0;
-    wait(0.5);
+    wait(0.1);
     back_servo = 0.0;
     front_servo = 0.0;
     back_thrust = 0.0;