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
Diff: main.cpp
- Revision:
- 9:76e4808df4cb
- Parent:
- 7:edd065946e9b
- Child:
- 10:4a825f818432
--- a/main.cpp Wed Nov 22 06:58:41 2017 +0000
+++ b/main.cpp Fri Dec 01 21:20:29 2017 +0000
@@ -56,7 +56,7 @@
cM2_2.rise(&incrementM2);
cM2_2.fall(&incrementM2);
- move(.05, 1000000, forward, forward, &PID_e );
+ move(.8, 1000000, forward, forward, &PID_e );
}