Docs.rs
i2c-pio-0.8.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
i2c-pio 0.8.0
I2C driver implementation using the RP2040's PIO peripheral.
Crate
Source
Builds
Feature flags
Documentation
Coverage
38.46%
5
out of
13
items documented
0
out of
8
items with examples
Links
rp-rs/i2c-pio-rs
9
9
1
crates.io
Dependencies
cortex-m ^0.7.3
normal
defmt ^0.3.0
normal
optional
either ^1.10.0
normal
embedded-hal ^1.0.0
normal
embedded-hal ^0.2.6
normal
fugit ^0.3.5
normal
heapless ^0.8.0
normal
nb ^1.0.0
normal
pio ^0.2.0
normal
pio-proc ^0.2.0
normal
rp2040-hal ^0.10.0
normal
Versions
0.9.0
(2024-12-23)
0.8.0
(2024-03-16)
0.7.0
(2023-09-01)
0.6.0
(2023-02-18)
0.5.0
(2022-12-11)
0.4.0
(2022-08-26)
0.3.0
(2022-06-19)
0.1.0
(2022-01-03)
Owners
I2C PIO
Implements the I2C hal using the RP2040 PIO peripheral.
Refer to the
rp-hal
for examples.