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.
1 parent eaefada commit f9d0f3bCopy full SHA for f9d0f3b
Cargo.toml
@@ -48,8 +48,12 @@ default-features = false
48
version = "1.0.2"
49
50
[dependencies.embedded-hal]
51
+# TODO: Update version when I2S proposal is finalized:
52
+# https://github.com/rust-embedded/embedded-hal/pull/204
53
features = ["unproven"]
-version = "0.2.3"
54
+# version = "0.2.3"
55
+git = "https://github.com/eldruin/embedded-hal/"
56
+branch = "i2s-v0.2.x"
57
58
[dev-dependencies]
59
panic-semihosting = "0.5.3"
0 commit comments