Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atomvm/atomvm_neopixel

AtomVM driver for WS2812 “neopixel” LED strips
https://github.com/atomvm/atomvm_neopixel

atomvm erlang esp32 neopixel ws2812

Last synced: 2 months ago
JSON representation

AtomVM driver for WS2812 “neopixel” LED strips

Awesome Lists containing this project

README

        

# AtomVM NeoPixel Library

This AtomVM Erlang library and Nif can be used to control WS2812 LED strips using the ESP32 SoC for any Erlang/Elixir programs targeted for AtomVM on the ESP32 platform.

This Nif is included as an add-on to the AtomVM base image. In order to use this Nif in your AtomVM program, you must be able to build the AtomVM virtual machine, which in turn requires installation of the Espressif IDF SDK and tool chain.

Documentation for this library can be found in the following sections:

* [Programmer's Guide](markdown/neopixel.md)
* [Neopixel Example Program](examples/neopixel_example/README.md)