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

View file

@ -10,6 +10,7 @@ path = "./src/bin/main.rs"
[dependencies]
defmt = "1.0.1"
libm = "0.2"
esp-bootloader-esp-idf = { version = "0.2.0", features = ["esp32c6"] }
esp-hal = { version = "=1.0.0-rc.0", features = [
"defmt",