for mbed OS 2
Dependencies: mbed
Fork of PwmOut_HelloWorld by
Revision 2:51cd5763b12f, committed 2018-06-29
- Comitter:
- yokotay
- Date:
- Fri Jun 29 04:51:26 2018 +0000
- Parent:
- 1:5160ea45399b
- Commit message:
- test
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Sep 21 06:39:30 2014 +0000 +++ b/main.cpp Fri Jun 29 04:51:26 2018 +0000 @@ -4,8 +4,8 @@ int main() { // specify period first - led.period(4.0f); // 4 second period - led.write(0.50f); // 50% duty cycle, relative to period + led.period(1.0f); // 4 second period + led.write(0.10f); // 50% duty cycle, relative to period //led = 0.5f; // shorthand for led.write() //led.pulsewidth(2); // alternative to led.write, set duty cycle time in seconds while(1);