try to control LED with SmartLED and RMT

This commit is contained in:
Philipp_EndevourOS
2025-08-13 00:55:25 +02:00
parent 6831d7776c
commit 36dc52f464
3 changed files with 168 additions and 20 deletions

View File

@@ -18,6 +18,7 @@ embassy-net = { version = "0.7.0", features = [
"tcp",
"udp",
] }
embedded-hal = "=1.0.0"
embedded-io = "0.6.1"
embedded-io-async = "0.6.1"
esp-alloc = "0.8.0"
@@ -63,6 +64,11 @@ embassy-sync = { version = "0.7.0", features = ["log"] }
ds3231 = { version = "0.3.0", features = ["async", "temperature_f32"] }
chrono = { version = "0.4.41", default-features = false }
dir-embed = "0.3.0"
embedded-sdmmc-dev = "0.8.2"
esp-hal-smartled = { git = "https://github.com/esp-rs/esp-hal-community.git", package = "esp-hal-smartled", branch = "main", features = ["esp32c6"]}
smart-leds = "0.4.0"
[profile.dev]
# Rust debug is too slow.