File: index.rst

package info (click to toggle)
python-periphery 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: python: 3,496; makefile: 21
file content (30 lines) | stat: -rw-r--r-- 816 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.. periphery documentation master file, created by
   sphinx-quickstart2 on Sat Jun 20 18:30:50 2015.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

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