~ruther/map-led-strip

ref: 4189ee04e63dcf3e2fadb755ba81e5e8dcbee692 map-led-strip/Cargo.toml -rw-r--r-- 497 bytes
4189ee04 — František Boháček Initial commit 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"
Do not follow this link