a collection of classes to interact with peripherals for the RaspberryPi
pip install piripherals
This package has some soft dependencies. If you need them, depends on which classes you actually use.
- rpi_ws281x
- RPi.GPIO
- smbus2, but other smbus implementations like Raspbians
python-smbus
may work, too - python-mpd2
Generate it with Sphinx (cd docs && make html
) or read it online.
Unittesting is done using PyTest, run pytest
to execute the tests.