added led ws 2812 and buzzer stuff

This commit is contained in:
PC_WSL
2025-05-05 12:34:41 +02:00
parent f3c4e9884e
commit e14f703a76
8 changed files with 226 additions and 40 deletions

View File

@@ -7,7 +7,6 @@ edition = "2024"
chrono = { version = "0.4.40", features = ["serde"] }
gpio = "0.4.1"
regex = "1.11.1"
rppal = "0.22.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
rocket = "0.5.1"
@@ -16,5 +15,9 @@ rust-embed = "8.7.0"
log = "0.4.27"
simplelog = "0.12.2"
rppal = "0.22.1"
smart-leds = "0.3"
ws2812-spi = "0.3"
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"