aboutsummaryrefslogtreecommitdiff
path: root/pio_i2s/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-09-24 00:13:11 -0400
committerNathan Perry <np@nathanperry.dev>2024-09-26 06:50:09 -0400
commitc15509282eeb620b6ce70059ea10c4657cff7474 (patch)
tree361ab3803fdd0748565f69b5a56824ac84f2e23c /pio_i2s/Cargo.toml
parent34f44829237f33a9940c12f57126a53f2a9c23f3 (diff)
pio i2s
Diffstat (limited to 'pio_i2s/Cargo.toml')
-rw-r--r--pio_i2s/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pio_i2s/Cargo.toml b/pio_i2s/Cargo.toml
new file mode 100644
index 0000000..10c67c2
--- /dev/null
+++ b/pio_i2s/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "pio_i2s"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+embassy-rp = { git = "https://pub.npry.dev/embassy", default-features = false, features = ["rp2040"] }
+embedded-io-async = { version = "0.6", default-features = false }
+fixed = { version = "1.28", default-features = false }
+defmt = { version = "0.3", default-features = false }
+pio = { version = "0.2", default-features = false }