circuitpython/ports/raspberrypi/common-hal
Scott Shawcroft 13db65566d
ESP NeoPixel fixes
This tweaks the RMT timing to better match the 1/3 and 2/3 of 800khz
guideline for timing. It also ensures a delay of 300 microseconds
with the line low before reset.

Pin reset is now changed to the IDF default which pulls the pin up
rather than CircuitPython's old behavior of floating the pin.

Fixes #5679
2022-01-19 16:29:07 -08:00
..
alarm Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
analogio Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
audiobusio Add sideset_enable support to PIO 2021-12-22 12:00:19 -08:00
audiopwmio fix mistaken use of PWM channel for slice 2021-12-05 21:16:46 -05:00
board Removed more includes 2021-02-26 22:35:38 -06:00
busio raspberrypi : Check UART before claiming pins, claim it after 2022-01-11 22:02:47 +01:00
countio countio: add selectable rise and fall detection, pulls 2021-12-31 16:34:58 -05:00
digitalio run code formatting script 2021-03-15 19:27:36 +05:30
imagecapture Add sideset_enable support to PIO 2021-12-22 12:00:19 -08:00
microcontroller Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
neopixel_write ESP NeoPixel fixes 2022-01-19 16:29:07 -08:00
nvm Only ignore warnings if in gcc >= 11 2021-12-22 18:21:18 -08:00
os Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
paralleldisplay Add sideset_enable support to PIO 2021-12-22 12:00:19 -08:00
pulseio Add sideset_enable support to PIO 2021-12-22 12:00:19 -08:00
pwmio fix mistaken use of PWM channel for slice 2021-12-05 21:16:46 -05:00
rgbmatrix clear out interrupt flags when disabling timer too 2021-12-27 16:42:41 -06:00
rotaryio Add sideset_enable support to PIO 2021-12-22 12:00:19 -08:00
rp2pio Add sideset_enable support to PIO 2021-12-22 12:00:19 -08:00
rtc Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
supervisor 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