Registry / embedded / esp-hal-smartled

esp-hal-smartled

JSON →
library0.17.0rscratesunverified

RMT peripheral adapter for smart LEDs on ESP32.

# Cargo.toml [dependencies] esp-hal-smartled = "0.17.0"
INSTALL
IMPORT
SIG · ESP-HAL-SMARTLED
E
esp-hal-smartled
embeddedrustv0.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SmartLedsAdapter
use esp_hal_smartled::SmartLedsAdapter;

Create a SmartLED adapter using the RMT peripheral.

use esp_hal_smartled::SmartLedsAdapter; fn main() { let adapter = SmartLedsAdapter::new(); println!("SmartLED adapter created"); }
Debug
Known issues
gotchaRequires ESP32 hardware with RMT peripheral.
fix
Ensure you are targeting an ESP32 chip and have the appropriate hardware.
affects: all
Upgrade
Version history
0.17.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Resources
esp-hal-smartled — cargo add esp-hal-smartled · libregistry