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.
Diff: main.cpp
- Revision:
- 8:b47cebb6aeb8
- Parent:
- 7:f1f9bc420dba
- Child:
- 9:d989333191cb
--- a/main.cpp Wed Nov 21 06:37:09 2018 +0000
+++ b/main.cpp Wed Nov 21 06:57:40 2018 +0000
@@ -70,7 +70,7 @@
Mrightp = 1.0f;
Mlefti = 2;
if( pr >= 0.0)
- Mleftp = (KP * pl + 1.0) * 1.0f;
+ Mleftp = (KP * pl) * 1.0f;
else
Mleftp = 1.0f;
ledRR = 0b01;