PWM typo
Posted: 12 July 2007, 13:42 PM
Not sure if this has been covered (didn't see this issue in the search), but the single-version of the PWM function appears to take percent literally, versus as 0 --> 1.0.
So a 10% duty cycle is expressed as 10.0, not 0.1 as the manual would states. Thus the integral and single versions are coded the same (10 or 10.0, vs. 10 or 0.1 as stated currently).
So a 10% duty cycle is expressed as 10.0, not 0.1 as the manual would states. Thus the integral and single versions are coded the same (10 or 10.0, vs. 10 or 0.1 as stated currently).