tmp: creating specific modules for 8 channels & 16 channels

This commit is contained in:
2025-08-17 08:57:05 +00:00
parent 57ace1383b
commit c9ca399e20
23 changed files with 253 additions and 88 deletions
+11
View File
@@ -7,3 +7,14 @@ edition = "2024"
[build-dependencies]
bindgen = "0.72.0"
[features]
default = ["rpizero2"]
rpizero2 = ["rpi3"]
rpizero = ["rpi"]
rpi5 = []
rpi4 = []
rpi3 = []
rpi2 = []
rpi = []
16channel = []