Skip to content

Commit 87c03ca

Browse files
committed
WIP: Add I2S trait implementation
1 parent a1316e8 commit 87c03ca

File tree

4 files changed

+1203
-8
lines changed

4 files changed

+1203
-8
lines changed

Cargo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ default-features = false
4848
version = "1.0.2"
4949

5050
[dependencies.embedded-hal]
51-
version = "=1.0.0-alpha.1"
51+
# TODO: Update version when I2S proposal is finalized:
52+
# 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"
5257

5358
[dev-dependencies]
5459
panic-semihosting = "0.5.3"

0 commit comments

Comments
 (0)