summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-06 13:18:41 +0200
committerandromeda <andromeda@lenovo>2026-04-06 13:18:41 +0200
commit8942975bc4ba972d67b7cd3e86dbb3ece5612816 (patch)
treef4725fe8ccd27b588c861182c27415c118fe0574 /Cargo.toml
parent399d59d5e7a01d6d6bd5f8321450f666dc841bef (diff)
hello world RGB blinky
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 01dac60..58996d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,8 +9,7 @@ name = "esp32c6-play"
path = "./src/bin/main.rs"
[dependencies]
-esp-hal = { version = "~1.0", features = ["esp32c6", "log-04"] }
-
+esp-hal = { version = "~1.0", features = ["esp32c6", "log-04", "unstable"] }
esp-bootloader-esp-idf = { version = "0.4.0", features = ["esp32c6", "log-04"] }
log = "0.4.27"
@@ -22,6 +21,8 @@ esp-backtrace = { version = "0.18.1", features = [
"println",
] }
esp-println = { version = "0.16.1", features = ["esp32c6", "log-04"] }
+esp-hal-smartled = { version = "0.17.0", features = ["esp32c6"] }
+smart-leds = { version = "0.4.0", default-features = false }
[profile.dev]