/** 03_pwm_led * This program controls the duty cycle of * a PWM output connected to LED1 (LED_RED) * through the serial connection. * * Valid commands: '1', '5', '9' * Corresponding duty cycle: 10%, 50%, 90% * Period: 2000 ms * * Hardware requirements: * - FRDM-KL25Z board */
Dependencies: mbed
Fork of 03_pwm_led by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
0:68ad188ca8c4 | 2015-10-21 | icserny | First version |