A PlatformIO library to control Neopixels. Based on the Adafruit Neopixel Library.
Add the library to your platformio.ini file:
lib_deps = https://github.com/Benemenn/Basic_NeoPixel_Controller.git#v1.0.0
Use one of the available examples to get started!
The examples use a ESP32DEV Board or a Arduino Uno.
- Let the LightStrip Blink with an ESP32!
- Let the LightStrip Blink with an Arduino Uno!
- Let the LightStrip change it's mode every 10 seconds with an ESP32.
Classes, functions, types, constants, ... are documented in the header files.