Skip to content

Commit 0c36686

Browse files
committed
add: pointing to new branch. Trying to access CTRL10_C register for reading/sending real imu frequency
1 parent 209f15d commit 0c36686

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

sfy-buoy/Cargo.lock

+13-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sfy-buoy/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde-json-core = { version = "0.4", optional = true }
2424
serde_json = { version = "1", optional = true }
2525
embedded-hal = "0.2.6"
2626
cortex-m = "*"
27-
ism330dhcx = { git = "https://github.com/stianvikanes/ism330dhcx", branch = "CTRL10_C-register" }
27+
ism330dhcx = { git = "https://github.com/stianvikanes/ism330dhcx", branch = "CTRL10-register-trying" }
2828
#ism330dhcx = "0.4.0"
2929
static_assertions = "1"
3030
chrono = { version = "0.4.19", default-features = false }
@@ -54,7 +54,7 @@ build-bin = [ "storage", "raw", "anyhow", "argh", "serde-json-core/std", "serde_
5454
default = [ "build-bin" ]
5555

5656
[patch.crates-io]
57-
ism330dhcx = { git = "https://github.com/stianvikanes/ism330dhcx", branch = "CTRL10_C-register" }
57+
ism330dhcx = { git = "https://github.com/stianvikanes/ism330dhcx", branch = "CTRL10-register-trying" }
5858
# ism330dhcx = { path = "../../../../dev/embedded/imu/ism330dhcx" }
5959
cmsis_dsp = { git = "https://github.com/samcrow/cmsis_dsp.rs" }
6060
# embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs", branch = "develop" }

0 commit comments

Comments
 (0)