Crate rppal[][src]

RPPAL is a Rust library that provides access to the Raspberry Pi's GPIO, I2C and SPI peripherals. Support for additional peripherals will be added in future updates. The library is compatible with the Raspberry Pi A, A+, B, B+, 2B, 3B, 3B+, Compute, Compute 3, Zero and Zero W.

Modules

gpio

Interface for the GPIO peripheral.

i2c

Interface for the I2C peripheral.

pwm

Interface for the PWM peripheral.

spi

Interface for the SPI peripheral.

system

Raspberry Pi system-related tools.