Task 5.2.3 Solution

Files at this revision

API Documentation at this revision

Comitter:
noutram
Date:
Mon Nov 12 14:14:47 2018 +0000
Parent:
1:2ba07f11e9b2
Child:
3:134bd19c5f04
Commit message:
Updated for FZ429ZI

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jul 13 14:56:15 2017 +0000
+++ b/main.cpp	Mon Nov 12 14:14:47 2018 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 
 //Global PWM object
-PwmOut pwmRed(D7);
+PwmOut pwmRed(D6);
 
 int T = 100;    //100uS
 volatile int Tmark = 0; //0us
--- a/mbed-os.lib	Thu Jul 13 14:56:15 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://github.com/ARMmbed/mbed-os/#8828635da469162cf2854b5287561c663fb96e72
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Nov 12 14:14:47 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/7130f322cb7e
\ No newline at end of file