Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ESE519_Lab3_EC_v1 by
Diff: main.cpp
- Revision:
- 4:0b22363eb57c
- Parent:
- 3:2f8e2399dfe8
- Child:
- 5:5380953108bb
diff -r 2f8e2399dfe8 -r 0b22363eb57c main.cpp
--- a/main.cpp Fri Oct 16 17:01:02 2015 +0000
+++ b/main.cpp Fri Oct 16 17:22:40 2015 +0000
@@ -44,8 +44,8 @@
Timer t;
float period = 0.02; // sec
float dty_dc = 0.75; // PCT [0-100]
-float dty_servo_open = 0.1125; // PCT [3.75-11.25]
-float dty_servo_close = 0.0375; // PCT [3.75-11.25]
+float dty_servo_close = 0.1125; // PCT [3.75-11.25]
+float dty_servo_open = 0.0375; // PCT [3.75-11.25]
int cur_floor = 0;
int desired_floor = 0;
int floor_period; // for period detection
@@ -107,6 +107,8 @@
}
// start car
+ servo1.write(dty_servo_close);
+ servo2.write(dty_servo_close);
dc_motor.write(dty_dc);
// check IR sensors
