Skip to content

Commit

Permalink
Update embedded-hal-bus to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed Jan 25, 2025
1 parent c7c44d8 commit 7b8a884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rp2040-hal-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dht-sensor = "0.2.1"
embedded-alloc = "0.5.1"
embedded-hal = "1.0.0"
embedded-hal-async = "1.0.0"
embedded-hal-bus = {version = "0.2.0", features = ["defmt-03"]}
embedded-hal-bus = {version = "0.3.0", features = ["defmt-03"]}
embedded-io = "0.6.1"
embedded_hal_0_2 = {package = "embedded-hal", version = "0.2.5", features = ["unproven"]}
fugit = "0.3.6"
Expand Down
2 changes: 1 addition & 1 deletion rp2040-hal-examples/src/bin/spi_eh_bus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ fn main() -> ! {
// exclusive access to this bus (via `AtomicDevice` or
// `CriticalSectionDevice`, for example).
//
// See https://docs.rs/embedded-hal-bus/0.2.0/embedded_hal_bus/spi for a
// See https://docs.rs/embedded-hal-bus/0.3.0/embedded_hal_bus/spi for a
// list of options.
//
// We can safely unwrap here, because the only possible failure is CS
Expand Down

0 comments on commit 7b8a884

Please sign in to comment.