PwmOut_HelloWorld Example for WIZwiki-W7500
Dependencies: mbed-src
Fork of PwmOut_HelloWorld by
Prerequisite
This example is for PWM test using digital I/O. To implement this function, you need a Platform board.
Below are what we used.
- WIZwiki-W7500 from WIZnet (Platform board)
Hardware Configuration
WIZwiki-W7500 Pin map
Software
Init GPIO
PwmOut led(LED1);
Set PWM
led.period(4.0f); // 4 second period led.write(0.50f); // 50% duty cycle, relative to period
Revision 2:f2ef6eab578f, committed 2015-06-29
- Comitter:
- justinkim
- Date:
- Mon Jun 29 03:25:22 2015 +0000
- Parent:
- 1:5160ea45399b
- Commit message:
- PwmOut_HelloWorld Example for WIZwiki-W7500
Changed in this revision
mbed-src.lib | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show diff for this revision Revisions of this file |
diff -r 5160ea45399b -r f2ef6eab578f mbed-src.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-src.lib Mon Jun 29 03:25:22 2015 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed-src/#30f9462b5296
diff -r 5160ea45399b -r f2ef6eab578f mbed.bld --- a/mbed.bld Sun Sep 21 06:39:30 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1 \ No newline at end of file