Moved readout to impedance.rs, changed frequency type to u32.

This commit is contained in:
2025-10-15 18:16:26 +02:00
parent 3df0f4b098
commit 4e2f389d21
4 changed files with 183 additions and 183 deletions

View File

@@ -17,9 +17,9 @@ embassy-futures = { version = "0.1.0"}
defmt = "1.0.1"
defmt-rtt = "1.0.0"
bitflags = "2.9.1"
bitflags = "2.9.4"
postcard-rpc = {version = "0.11.13", features = ["embassy-usb-0_4-server", "defmt"]}
postcard-rpc = {version = "0.11.15", features = ["embassy-usb-0_4-server", "defmt"]}
bioz-icd-rs = {path = "../bioz-icd-rs"}
libm = { version = "0.2.15" }