Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 659 Bytes

README.rst

File metadata and controls

19 lines (13 loc) · 659 Bytes

General GPIO

Wrap around several (in the future anyway) low-level GPIO python modules to make development and porting easier.

Current backend targets, in decreasing importance, are: * RPi.GPIO (Raspberry Pi, https://pypi.python.org/pypi/RPi.GPIO) * SUNXI_GPIO (Cubiboard A10, https://github.com/ruisebastiao/pySUNXI) * Linux's sysfs (all supported platforms (?))

The provided Application class is only meant as a demonstration of how to implement ggpio into a multithreaded application.

Bitdeli badge