arduino-esp32/libraries/ESP32/examples/RMT
Rodrigo Garcia de7cac11ae
Neopixel fix (#8845)
* improve neopixel definition for all boards

* Improve NeoPixel definition for all boards

* neopixelWrite uses Peirpheral Manager now

The function can now be used for many GPIOs in the same sketch by using Peripheral Manager attach/detach, not being necesary to worry about initialization.

* improve error message

* check if pin is RGB_BUILTIN

* fixes boards that don't RGB_BUILTIN
2023-11-09 23:15:10 +02:00
..
RMT_CPUFreq_Test Neopixel fix (#8845) 2023-11-09 23:15:10 +02:00
RMT_LED_Blink ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
RMTCallback ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
RMTLoopback ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
RMTReadXJT ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
RMTWriteNeoPixel Neopixel fix (#8845) 2023-11-09 23:15:10 +02:00