Makuna / NeoPixelBus

An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
GNU Lesser General Public License v3.0
1.18k stars 264 forks source link

Initial support for Arduino core 3.x based on IDF 5 #837

Closed sblantipodi closed 2 months ago

sblantipodi commented 2 months ago

Hi, this is a very initial support for for Arduino core 3.x based on IDF 5.

It maintains compatibility with Arduino Core 2 and adds initial support for Arduino core 3.

There is still work to do and some deprecations to fix but we need to start somewhere :)

sblantipodi commented 2 months ago

@Makuna this new PR is based on the CORE3 branch and contains your suggestions. Please let me know if everything is good or if I missed something, it should contain all your suggestions.