periphery 0.1.0

A Rust library for peripheral I/O (GPIO, PWM, SPI, I2C, MMIO) in Linux.
Documentation
1
2
3
// A Rust library for peripheral I/O (GPIO, PWM, SPI, I2C, MMIO) in Linux.

pub mod sys;