summaryrefslogtreecommitdiff
path: root/examples/asmled.py
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2023-07-29 13:30:43 +0200
committerDamien George <damien@micropython.org>2023-08-15 23:06:12 +1000
commita9a219d8bffe6843201d016e9dfb1d25c6a2eb3c (patch)
tree0f34d893d639737d001e64eb2e4044ef52556291 /examples/asmled.py
parenta9821c01852201426e9439d7a704e791add333ab (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/asmled.py')
0 files changed, 0 insertions, 0 deletions