This commit is contained in:
2025-12-02 20:43:50 +01:00
parent 71c1dc4fd9
commit 9925499eff
5 changed files with 675 additions and 381 deletions

View File

@ -6,6 +6,7 @@ version = "0.1.0"
[dependencies]
esp-hal = { version = "1.0.0", features = ["defmt", "esp32c3", "unstable"] }
esp-rtos = {version = "0.2.0", features = ["esp32c3", "embassy"]}
defmt = "1.0.1"
@ -31,6 +32,10 @@ buoyant = "0.5.3"
heapless = "0.9.2"
tinybmp = "0.6.0"
libm = "0.2.15"
embassy-executor = {version = "0.9.1", features = ["arch-riscv32"]}
embassy-time = "0.5.0"
embassy-sync = "0.7.2"
embedded-graphics-framebuf = "0.5.0"