Metadata-Version: 2.1
Name: gpioc
Version: 0.2
Summary: A module to control GPIO
Home-page: https://github.com/sc-bin/gpioc
Author: sc-bin
Author-email: 3335447573@qq.com
License: MIT
License-File: LICENSE

# gpioc
This library can be used to control gpio by Python and C.

Reading and writing gpio registers through `/dev/mem`

## support chips
- Allwinner H616


# example code
- the pythone example code is in `./example-pythone` folder 
- the c example code is in `./example-c` folder 
