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.
Revision 5:e2c4377fac6d, committed 2021-12-03
- Comitter:
- bhimebau
- Date:
- Fri Dec 03 14:37:49 2021 +0000
- Parent:
- 4:aaa50ac098c9
- Commit message:
- low freq buzzing
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Dec 03 14:09:19 2021 +0000 +++ b/main.cpp Fri Dec 03 14:37:49 2021 +0000 @@ -4,7 +4,7 @@ #include <string.h> // PWM Frequency -#define PFREQ 500.0 +#define PFREQ .5 Serial pc(USBTX, USBRX); // tx, rx