Moved BFPOWER drivers to Physical

This commit is contained in:
Zachary Sunforge
2024-11-14 12:39:06 -08:00
parent 943c47e65b
commit 5f7b005950
20 changed files with 2822 additions and 3 deletions

View File

@ -6,12 +6,17 @@ members = [
# Device types
"node",
"commander",
# Drivers
"drivers/ads1256/types",
"drivers/ads1256/driver",
# Meta
"generate-quantity"
"generate-quantity",
# Examples
"examples/ads1256"
]
[workspace.package]
version = "0.3.13"
version = "0.4.0"
edition = "2021"
repository = "https://git.bfpower.io/BFPOWER/physical"
readme = "README.md"