Added num_complex instead of custom complex struct.

This commit is contained in:
2025-10-31 10:23:25 +01:00
parent 80957ce316
commit 0859de24fb
3 changed files with 71 additions and 31 deletions

View File

@@ -22,7 +22,9 @@ bitflags = "2.9.4"
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" }
# libm = { version = "0.2.15" }
num = {version = "0.4.3", default-features = false, features = ["libm"]}
heapless = { version = "0.9.1" }