Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 816 Bytes

index.rst

File metadata and controls

30 lines (24 loc) · 816 Bytes

Welcome to python-periphery's documentation!

python-periphery is a pure Python library for GPIO, LED, PWM, SPI, I2C, MMIO, and Serial peripheral I/O interface access in userspace Linux. It is useful in embedded Linux environments (including Raspberry Pi, BeagleBone, etc. platforms) for interfacing with external peripherals. python-periphery is compatible with Python 2 and Python 3, is written in pure Python, and is MIT licensed.

Contents

.. toctree::
   :maxdepth: 4

   gpio
   led
   pwm
   spi
   i2c
   mmio
   serial
   version