Crate rppal [] [src]

A Rust library that provides access to the Raspberry Pi GPIO peripheral through either /dev/gpiomem or /dev/mem. Support for additional peripherals, as well as useful helper functions, 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 Raspberry Pi's BCM283x GPIO peripheral.

system

Raspberry Pi system-related tools.