Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 273 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 273 Bytes

GPIO

GPIO is a library to interface /sys/class/gpio on Linux. It aims to be a two-level library, with a lower-level end that is only a thin and unsafe wrapper around writing to the gpio files, and a high-level one that handles exceptions and allocations of the pins.