uploaded 4 hours ago
Neopixel component for ESP-IDF

readme

# Neopixel Component 

[![Badge](https://components.espressif.com/components/espp/neopixel/badge.svg)](https://components.espressif.com/components/espp/neopixel)

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^1.0.2"

or download archive

Stats

  • Archive size
    Archive size ~ 8.99 KB
  • Downloaded in total
    Downloaded in total 1 time
  • Downloaded this version
    This version: 0 times

Badge

espp/neopixel version: 1.0.2
|