Updated for FZ429
Dependencies: mbed
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 |
diff -r af13ad713cdc -r e4903708d489 main.cpp --- 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;