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 pid misc encoder
Diff: main.cpp
- Revision:
- 1:dfc7b884cca0
- Parent:
- 0:25526d7f05c5
--- a/main.cpp Mon Dec 23 02:45:25 2019 +0000 +++ b/main.cpp Fri Feb 28 02:33:37 2020 +0000 @@ -122,7 +122,7 @@ if(button == 0){ if(button_state == 1){ - rpm_target += 60*5; + rpm_target += 60*5*5; setup(); wait(0.2); }