circuitpython/ports/atmel-samd/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
..
_pew run code formatting script 2021-03-15 19:27:36 +05:30
alarm Clear TAMPER interrupt properly; make keypad module table const 2021-12-12 22:00:08 -05:00
analogio [#4701] Correct DAC clock speed comments for SAMD21 and SAMD51 2021-10-04 22:18:26 -06:00
audiobusio PDMIn: enable IRQ; need a volatile; call pdmin_reset() 2022-01-12 11:44:43 -05:00
audioio improve SAMD audio DMA 2021-08-21 14:34:37 -04:00
board Add license to some obvious files. 2020-07-06 19:16:25 +01:00
busio Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
canio Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
countio countio: add selectable rise and fall detection, pulls 2021-12-31 16:34:58 -05:00
digitalio codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
frequencyio Fix other INTENCLR and INTENSET to write whole reg 2021-12-12 22:25:44 -05:00
i2cperipheral Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
imagecapture ParallelImageCapture: Add continuous capture on espressif 2021-11-03 11:02:46 -05: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 Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
os Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
paralleldisplay Fix incorrect macros 2021-08-30 14:40:14 -07:00
ps2io Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
pulseio Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
pwmio Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
rgbmatrix Fix build with filter to do OR 2021-08-11 12:10:51 -07:00
rotaryio Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
rtc Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
sdioio Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
supervisor codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
touchio codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
watchdog Fix other INTENCLR and INTENSET to write whole reg 2021-12-12 22:25:44 -05:00