sensor working

This commit is contained in:
2026-05-20 14:36:27 +02:00
parent d033026864
commit 7e8f3891c5
3 changed files with 74 additions and 15 deletions

23
Cargo.lock generated
View File

@@ -279,6 +279,7 @@ dependencies = [
"heapless 0.9.2",
"log",
"mipidsi",
"mmc56x3",
]
[[package]]
@@ -847,6 +848,17 @@ version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "maybe-async"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "746873a384ad60adc5db74471dfaba74bd278afbdcfd81db93fafcdfc8b5ca0c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "memchr"
version = "2.7.6"
@@ -871,6 +883,17 @@ dependencies = [
"nb 1.1.0",
]
[[package]]
name = "mmc56x3"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f282be9f7322bc57ec9e86843e581c760f32f8084a3c85ef7a7573fdbe154bb"
dependencies = [
"bitflags",
"embedded-hal-async",
"maybe-async",
]
[[package]]
name = "nb"
version = "0.1.3"