feat: using duty cycles to make leds flow

This commit is contained in:
Jet Pham 2025-10-02 20:04:32 -07:00
parent c8b6ff7ffe
commit d3874cc7ad
No known key found for this signature in database
3 changed files with 79 additions and 19 deletions

7
Cargo.lock generated
View file

@ -749,6 +749,7 @@ dependencies = [
"esp-bootloader-esp-idf",
"esp-hal",
"esp-wifi",
"libm",
"panic-rtt-target",
"rtt-target",
"smoltcp",
@ -925,6 +926,12 @@ dependencies = [
"syn",
]
[[package]]
name = "libm"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
[[package]]
name = "linked_list_allocator"
version = "0.10.5"