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.
Diff: main.cpp
- Revision:
- 2:07ab11686702
- Parent:
- 0:3506f73fe611
--- a/main.cpp Thu Jul 13 14:56:36 2017 +0000 +++ b/main.cpp Mon Nov 12 14:40:23 2018 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" //Global PWM object -PwmOut pwmRed(D7); +PwmOut pwmRed(D6); InterruptIn SWOn(D4); //Fade ON InterruptIn SWOff(D3); //Fade OFF