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.
Dependents: Omni_2017_z BETA_A ALPHA_A GAMMA_A ... more
Diff: MD_PID.cpp
- Revision:
- 10:2351419aff1b
- Parent:
- 9:63e5f9d30ec0
- Child:
- 11:b621815834c1
--- a/MD_PID.cpp Wed Sep 13 02:10:48 2017 +0000
+++ b/MD_PID.cpp Wed Sep 13 02:41:40 2017 +0000
@@ -44,7 +44,7 @@
Read_Speed();
}
else
- duty = ref;
+ duty = PID(ref);
if(duty > 1.0)
duty = 1.0;