Adafruit_NeoPXL8
Adafruit_NeoPXL8 copied to clipboard
DMA-driven 8-way concurrent NeoPixel driver for SAMD21 (M0+), SAMD51 (M4), RP2040 and ESP32S3
- Arduino board: **INSERT ARDUINO BOARD NAME/TYPE HERE** Raspberry Pi Pico - Arduino IDE version (found in Arduino -> About Arduino menu): **INSERT ARDUINO VERSION HERE** Arduino IDE 2.0.4 -...
- **Describe the scope of your change--i.e. what the change does and what parts of the code were modified.** This will help us understand any risks of integrating the code....
### Description Compiling **Adafruit_NeoPXL8** with the **official Espressif Arduino-ESP32 core 3.3.2** (from `https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json`) fails: `gpio_hal_iomux_func_sel()` was removed in **ESP-IDF v5.x**, which Arduino-ESP32 3.3.2 is based on. ### Steps to reproduce...