espp/neopixel

0.21.0

uploaded 1 day ago
Neopixel component for ESP-IDF

readme

# Neopixel Component 

The `Neopixel` component provides APIs to control Neopixels. It uses an RMT
driver (via the `Rmt` component) to talk to WS2812, WS2811, WS2813, SK6812, etc.
LED strips.

## Example

The [example](./example) shows the use of the `Neopixel` class to control a an RGB
LED (WS2812).

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/neopixel^0.21.0"

or download archive

Stats

  • Archive size
    Archive size ~ 8.95 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espp/neopixel version: 0.21.0
|