We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaefada commit b8a4ea5Copy full SHA for b8a4ea5
Cargo.toml
@@ -48,8 +48,12 @@ default-features = false
48
version = "1.0.2"
49
50
[dependencies.embedded-hal]
51
-features = ["unproven"]
52
-version = "0.2.3"
+# TODO: Update version when I2S proposal is finalized:
+# https://github.com/rust-embedded/embedded-hal/pull/204
53
+# features = ["unproven"]
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