Skip to content
Jaslo edited this page Oct 31, 2018 · 3 revisions

epaRPi

easy peripheral access for Raspberry Pi

This library grants easy and fast access to peripherals. The GPIO, PWM and SPI are implemented at the moment.

It was only tested on the Raspberry Pi Zero, but should work on all other Raspberry Pis which use the bcm2835.

Peripherals Implemented at the moment:

  • GPIO
  • PWM
    • Using the clock manager

TODO:

  1. I2C
  2. Audio

Sources and useful documentation

Clone this wiki locally