~ruther/map-led-strip

ref: 9eb4d9b498f88d738e5d3f2580004338e406ea7e map-led-strip/Cargo.toml -rw-r--r-- 532 bytes
9eb4d9b4 — František Boháček feat: reset animation in reset command 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "map_test"
version = "0.1.0"
authors = ["František Boháček <fandabohacek@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
hal = { package = "esp32-hal", version = "0.12.0" }
esp-backtrace = { version = "0.7.0", features = ["esp32", "panic-handler", "exception-handler", "print-uart"] }
esp-println       = { version = "0.5.0", features = ["esp32"] }
embedded-hal = "0.2.7"
nb = "1.1.0"
smart-leds = "0.3.0"
smart-leds-trait = "0.2.1"
fugit = "0.3.7"
libm = "0.2.7"
esp-alloc = "0.3.0"
Do not follow this link