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 BCM2835, BCM2836 and BCM2837 SoCs.

Modules

gpio

Interface for the Raspberry Pi's BCM273x GPIO peripheral.

system

Raspberry Pi system-related tools.