Skip to content

Commit

Permalink
Remove example pico_i2c_pio
Browse files Browse the repository at this point in the history
This example should be moved to the i2c-pio crate:
https://github.com/ithinuel/i2c-pio-rs/pull/6
  • Loading branch information
jannic committed Jun 4, 2022
1 parent 6c9e948 commit 4a3ef37
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 158 deletions.
1 change: 0 additions & 1 deletion boards/arduino_nano_connect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ panic-halt= "0.2.0"
embedded-hal ="0.2.5"
cortex-m-rtic = "0.6.0-alpha.5"
nb = "1.0"
# i2c-pio = { git = "https://github.com/ithinuel/i2c-pio-rs", rev = "afc2dad0e955da2b712d7f7cd78c7af88ddc6a45" }

[features]
default = ["boot2", "rt"]
Expand Down
1 change: 0 additions & 1 deletion boards/rp-pico/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ panic-halt= "0.2.0"
embedded-hal ="0.2.5"
cortex-m-rtic = "0.6.0-rc.4"
nb = "1.0"
i2c-pio = { git = "https://github.com/ithinuel/i2c-pio-rs", rev = "fa155bbae4e8553b448a66cc47236db38b7524dd" }
heapless = "0.7.9"
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git" }
smart-leds = "0.3.0"
Expand Down
156 changes: 0 additions & 156 deletions boards/rp-pico/examples/pico_i2c_pio.rs

This file was deleted.

0 comments on commit 4a3ef37

Please sign in to comment.