We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dead9eb + 216948a commit 92c282fCopy full SHA for 92c282f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "i2c-pio"
3
-version = "0.8.0"
+version = "0.9.0"
4
edition = "2021"
5
license = "Apache-2.0"
6
description = "I2C driver implementation using the RP2040's PIO peripheral."
@@ -17,7 +17,7 @@ embedded_hal_0_2 = { version = "0.2.6", package = "embedded-hal" }
17
nb = "1.0.0"
18
pio = "0.2.0"
19
pio-proc = "0.2.0"
20
-rp2040-hal = "0.10.0"
+rp2040-hal = "0.11.0"
21
fugit = "0.3.5"
22
defmt = { version = "0.3.0", optional = true }
23
either = { version = "1.10.0", default-features = false }
0 commit comments