Working Diag & artnet proto with imported led driver smi lib C

This commit is contained in:
2025-06-23 17:28:04 +00:00
parent 86fbf1670c
commit 535822198b
49 changed files with 3014 additions and 99 deletions
+6
View File
@@ -4,9 +4,15 @@ version = "0.1.0"
edition = "2024"
[dependencies]
artnet_protocol = "0.4.3"
crossbeam = "0.8.4"
ctrlc = { version = "3.4.7", features = ["termination"] }
env_logger = "0.11.8"
log = "0.4.27"
nix = "0.30.1"
rpi-mailbox = "0.3.0"
rppal = "0.22.1"
# tokio = { version = "1.45.1", features = ["full"] }
[features]
default = ["rpizero2", "16channel"]