This commit is contained in:
andromeda
2026-04-06 16:10:48 +02:00
parent 8942975bc4
commit 202e26714a
5 changed files with 118 additions and 48 deletions

7
Cargo.lock generated
View File

@@ -565,6 +565,7 @@ dependencies = [
"esp-hal-smartled",
"esp-println",
"log",
"micromath",
"smart-leds",
]
@@ -785,6 +786,12 @@ version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
[[package]]
name = "micromath"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c8dda44ff03a2f238717214da50f65d5a53b45cd213a7370424ffdb6fae815"
[[package]]
name = "nb"
version = "0.1.3"