circuitpython/ports/esp32s2/common-hal
Randall Bohn d1db782760
Move validation code to the right spot.
As MicroDev1 pointed out the problem is a divide by zero when calculating the duty cycle.
Maybe need to check again in `common_hal_pwmio_pwmout_set_frequency()`.
2021-05-03 09:16:46 -06:00
..
alarm Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
analogio run code formatting script 2021-03-15 19:27:36 +05:30
audiobusio run code formatting script 2021-03-15 19:27:36 +05:30
board Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
busio Fix esp32s2 uart.write() return value 2021-04-22 09:47:54 -04:00
canio run code formatting script 2021-03-15 19:27:36 +05:30
countio run code formatting script 2021-03-15 19:27:36 +05:30
digitalio run code formatting script 2021-03-15 19:27:36 +05:30
displayio More formatting 2021-03-16 08:29:04 -05:00
dualbank run code formatting script 2021-03-15 19:27:36 +05:30
frequencyio run code formatting script 2021-03-15 19:27:36 +05:30
microcontroller run code formatting script 2021-03-15 19:27:36 +05:30
neopixel_write run code formatting script 2021-03-15 19:27:36 +05:30
nvm run code formatting script 2021-03-15 19:27:36 +05:30
os run code formatting script 2021-03-15 19:27:36 +05:30
ps2io run code formatting script 2021-03-15 19:27:36 +05:30
pulseio run code formatting script 2021-03-15 19:27:36 +05:30
pwmio Move validation code to the right spot. 2021-05-03 09:16:46 -06:00
rotaryio run code formatting script 2021-03-15 19:27:36 +05:30
rtc wip 2020-11-22 19:10:09 -05:00
socketpool swap recvfrom_into() port byte-order 2021-03-22 20:03:26 -05:00
ssl run code formatting script 2021-03-15 19:27:36 +05:30
supervisor run code formatting script 2021-03-15 19:27:36 +05:30
time merge from upstream + wip 2020-11-25 17:52:06 -05:00
touchio run code formatting script 2021-03-15 19:27:36 +05:30
watchdog run code formatting script 2021-03-15 19:27:36 +05:30
wifi add authmode class 2021-04-29 18:42:36 +05:30