mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
Changes in this commit: - Move the pwm_seq array to the p_config data structure. That prevents potential resource collisions between PWM devices. - Rename the keyword argument 'id' to 'device'. That's consistent with the SAMD port as the other port allowing to specify it.