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: mbed
Fork of Task523 by
Revision 3:e4903708d489, committed 2018-11-12
- Comitter:
- noutram
- Date:
- Mon Nov 12 14:13:12 2018 +0000
- Parent:
- 2:af13ad713cdc
- Commit message:
- Uses D6 (value PWM pin on the FZ429)
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Feb 13 20:57:06 2018 +0000 +++ b/main.cpp Mon Nov 12 14:13:12 2018 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" -PwmOut pwmRed(D7); +PwmOut pwmRed(D6); int T = 10; int Tmark = 1;
