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: SBDBT arrc_mbed BNO055
Revision 13:369f4abc1f36, committed 2022-04-08
- Comitter:
- guesta
- Date:
- Fri Apr 08 09:14:20 2022 +0000
- Parent:
- 12:894e5ac49810
- Commit message:
- 2022/04/08
Changed in this revision
PIDco.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/PIDco.cpp Fri Apr 08 07:35:55 2022 +0000 +++ b/PIDco.cpp Fri Apr 08 09:14:20 2022 +0000 @@ -47,6 +47,7 @@ cal_Dval(); cal_pwm(); Pwm = Pwm * Regulation; + //printf("%lf\n",Pwm); if(Pwm > 0){ v1p = Pwm > 0.68 ? 0.68 : Pwm;