Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: KL25Z_HSI2RGBW_PWM KL25Z_HSI2RGBW_PWM_local KL25Z_FFT_Demo FFT_BUENA ... more
Diff: hsi2rgbw_pwm.cpp
- Revision:
- 3:dda6914d713f
- Parent:
- 2:d164d60999c4
- Child:
- 4:a16b9c09561e
--- a/hsi2rgbw_pwm.cpp Tue Dec 24 06:29:38 2013 +0000 +++ b/hsi2rgbw_pwm.cpp Mon Dec 30 11:22:53 2013 +0000 @@ -143,11 +143,11 @@ { if(use_pwm) { - _red.period_ms(per); - _green.period_ms(per); - _blue.period_ms(per); + _red.period_us(per); + _green.period_us(per); + _blue.period_us(per); if(_white != NC) - _white.period_ms(per); + _white.period_us(per); } } @@ -172,3 +172,4 @@ { use_rgbw = como; } +