Skip to content

Commit

Permalink
serperated I2C busses for display and gyro
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Nov 28, 2024
1 parent 163bc0e commit 19e80a9
Show file tree
Hide file tree
Showing 9 changed files with 3,618 additions and 2,082 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ rustflags = [
target = "thumbv6m-none-eabi"

[env]
DEFMT_LOG = "info"
DEFMT_LOG = "embedded_sdmmc=info,debug"
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = "MIT OR Apache-2.0"
name = "rp2040-rust-robot"
test = false
bench = false
doctest = false

[dependencies]
cortex-m = "0.7"
Expand All @@ -26,7 +27,7 @@ mpu6050 = { git = "https://github.com/michaelkamprath/mpu6050.git", branch = "em
"defmt",
] }
embedded-alloc = "0.6"
i2c-character-display = { version = "0.2", features = ["defmt"] }
i2c-character-display = { version = "0.4", features = ["defmt"] }
ini_core = "0.2"

# We're using a Pico by default on this template
Expand Down
Loading

0 comments on commit 19e80a9

Please sign in to comment.