diff options
author | robert-hh <robert@hammelrath.com> | 2023-03-04 17:51:18 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-03-10 10:43:55 +1100 |
commit | a1f838cdf1239acc43d73ffc450cf98cad6a304a (patch) | |
tree | 08c6edc32cef6711b3aaaddfb6788fd66bfed01d /py/modmicropython.c | |
parent | cf43df4caa5a9cff4be149517504b1bb0e091436 (diff) |
nrf/modules/machine/pwm: Use extmod/machine_pwm.c for PWM module.
This is a breaking change, making the hardware PWM on the nrf port
compatible with the other ports providing machine.PWM.
Frequency range 4Hz - ~5.4 MHz. The base clock range is 125kHz to 16 MHz,
and the divider range is 3 - 32767.
The hardware supports up to four outputs per PWM device with different duty
cycles, but only one output is (and was) supported.
Diffstat (limited to 'py/modmicropython.c')
0 files changed, 0 insertions, 0 deletions