ws2812-esp32-rmt-driver 0.1.0

WS2812 driver using ESP32 RMT
docs.rs failed to build ws2812-esp32-rmt-driver-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ws2812-esp32-rmt-driver-0.12.0

ws2812-esp32-rmt-driver

A rust driver library to control WS2812 RGB LED pixels/strips using ESP32 RMT (Remote Control) module.

The RMT (Remote Control) module is specific to ESP32. Hence it can be used only for ESP32 SoC.

Refer example directory for the usage.