circuitpython/ports/esp32s2/common-hal/pwmio
Randall Bohn 2db113f191
esp32-s2: Don't set PWMOut frequency to 0
FeatherS2 crashes if you set the PWMOut frequency to 0.
This change will raise `ValueError: Invalid PWM frequency` if the requested frequency is 0.
(Lifted from the atmel-samd port)
2021-05-03 07:15:39 -06:00
..
__init__.c Fix copy pasta and stub build 2020-08-21 11:17:42 -07:00
PWMOut.c esp32-s2: Don't set PWMOut frequency to 0 2021-05-03 07:15:39 -06:00
PWMOut.h run code formatting script 2021-03-15 19:27:36 +05:30