Updated for FZ429

Files at this revision

API Documentation at this revision

Comitter:
noutram
Date:
Mon Nov 12 14:40:23 2018 +0000
Parent:
1:128ce9204051
Commit message:
Updated for FZ429

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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