feat: using duty cycles to make leds flow
This commit is contained in:
parent
c8b6ff7ffe
commit
d3874cc7ad
3 changed files with 79 additions and 19 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue