starting with library and measurment implementation

This commit is contained in:
2026-01-01 21:20:55 +01:00
parent 03f17d5cd6
commit df6d9bf03d
5 changed files with 117 additions and 10 deletions
+4
View File
@@ -21,6 +21,7 @@ embassy-executor = { version = "0.7.0", features = [
embassy-time = { version = "0.4.0" }
embassy-usb = { version = "0.3.0" }
embassy-futures = { version = "0.1.0" }
embassy-sync = { version = "0.7.2" }
# This is okay because we should automatically use whatever ch32-hal uses
qingke-rt = "*"
@@ -32,6 +33,9 @@ embedded-hal = "1.0.0"
heapless = "0.8.0"
micromath = { version = "2.1.0", features = ["num-traits"] }
ch32-metapac = { version = "0.0.6", features = ["ch32v203c8t6"] }
ina219 = "0.2.0"
lib-bms-protocol = { path = "../lib-bms-protocol" }
thiserror = { version = "2.0.17", default-features = false }
[profile.dev]
#lto = true