Skip to content

Commit

Permalink
Fix rp2040_local_i2c_init example
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsp committed Apr 11, 2024
1 parent 761a8be commit 4e31d08
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 55 deletions.
149 changes: 102 additions & 47 deletions examples/rp2040_local_i2c_init/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/rp2040_local_i2c_init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ features = ["rp2040"]
cortex-m = "0.7"
embedded-hal = { version = "0.2.7", features = ["unproven"] }
fugit = "0.3"
rp-pico = "0.8.0"
rp-pico = "0.9.0"
panic-probe = "0.3"

[profile.dev]
Expand Down
Loading

0 comments on commit 4e31d08

Please sign in to comment.