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.
Dependencies: mbed ros_lib_kinetic
Diff: lift.cpp
- Revision:
- 13:8630f38f8066
- Parent:
- 10:836e701d00a6
- Child:
- 15:aeb817f93336
diff -r 22246e253f09 -r 8630f38f8066 lift.cpp --- a/lift.cpp Thu Dec 13 18:25:16 2018 +0000 +++ b/lift.cpp Fri Dec 14 03:28:55 2018 +0000 @@ -33,7 +33,8 @@ else if(control.height < currentPosition){ liftDirection.write(LIFTDOWN); } - liftSpeed.write(liftDutyCycle); + // liftSpeed.write(liftDutyCycle); + liftSpeed.write(0.4); } }