diff options
| author | robert-hh <robert@hammelrath.com> | 2023-07-29 13:30:43 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-08-15 23:06:12 +1000 |
| commit | a9a219d8bffe6843201d016e9dfb1d25c6a2eb3c (patch) | |
| tree | 0f34d893d639737d001e64eb2e4044ef52556291 /examples | |
| parent | a9821c01852201426e9439d7a704e791add333ab (diff) | |
mimxrt/hal/pwm_backport: Fix 0 and 65536 edge cases of PWM's duty_u16.
It should be that:
- duty_u16=0: output low, no pulse
- duty_u16=65536: output high, no pulse
That previously did not apply to all of the three PWM mechanisms of this
port. This commit fixes it.
Signed-off-by: robert-hh <robert@hammelrath.com>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions
