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 6ff0931 commit adf5ea9Copy full SHA for adf5ea9
pio-core/Cargo.toml
@@ -2,6 +2,9 @@
2
name = "pio-core"
3
version = "0.3.0"
4
edition = "2021"
5
+license = "MIT"
6
+description = "Low-level internals for RP2040's PIO State Machines. You should use the pio crate instead."
7
+repository = "https://github.com/rp-rs/pio-rs"
8
9
[dependencies]
10
arrayvec = { version = "0.7", default-features = false }
0 commit comments