Skip to content

Commit 4a3ef37

Browse files
committed
Remove example pico_i2c_pio
This example should be moved to the i2c-pio crate: https://github.com/ithinuel/i2c-pio-rs/pull/6
1 parent 6c9e948 commit 4a3ef37

File tree

3 files changed

+0
-158
lines changed

3 files changed

+0
-158
lines changed

boards/arduino_nano_connect/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ panic-halt= "0.2.0"
4141
embedded-hal ="0.2.5"
4242
cortex-m-rtic = "0.6.0-alpha.5"
4343
nb = "1.0"
44-
# i2c-pio = { git = "https://github.com/ithinuel/i2c-pio-rs", rev = "afc2dad0e955da2b712d7f7cd78c7af88ddc6a45" }
4544

4645
[features]
4746
default = ["boot2", "rt"]

boards/rp-pico/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ panic-halt= "0.2.0"
2626
embedded-hal ="0.2.5"
2727
cortex-m-rtic = "0.6.0-rc.4"
2828
nb = "1.0"
29-
i2c-pio = { git = "https://github.com/ithinuel/i2c-pio-rs", rev = "fa155bbae4e8553b448a66cc47236db38b7524dd" }
3029
heapless = "0.7.9"
3130
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git" }
3231
smart-leds = "0.3.0"

boards/rp-pico/examples/pico_i2c_pio.rs

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)