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: PM2_Libary PM2_Libary
Revision 38:b83caa1bcbc7, committed 2022-03-21
- Comitter:
- pmic
- Date:
- Mon Mar 21 14:03:24 2022 +0000
- Parent:
- 37:0ca2cf9a1437
- Commit message:
- Bugfix.
Changed in this revision
| FastPWM_common.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FastPWM_common.cpp Mon Mar 21 13:31:01 2022 +0000
+++ b/FastPWM_common.cpp Mon Mar 21 14:03:24 2022 +0000
@@ -7,9 +7,7 @@
//Set duty cycle on 0%, period on 20ms
period(0.02);
- write(0);
-
-
+ write(0.0);
}
FastPWM::~FastPWM( void ) {