转:http://www.instructables.com/id/Orange-Pi-One-Python-GPIO-basic/
1、sudo apt-get install python-dev
2、git clone https://github.com/duxingkei33/orangepi_PC_gpio_pyH3.git
3、cd orangepi_PC_gpio_pyH3
4、python setup.py install
http://www.orangepi.cn/orangepibbscn/forum.php?mod=viewthread&tid=62&highlight=gpio
http://www.orangepi.cn/orangepibbscn/forum.php?mod=viewthread&tid=51&extra=&highlight=gpio&page=1
http://linux-sunxi.org/GPIO
面包板使用
PA12接+,gnd接面包板中间
led长脚正极接+一列,短脚负极接面包板中间一行
香橙派的电源向上这个方向来看gpio的分布
以点亮一个led小灯为例子
led灯正极接PA12,负极接gnd
程序中 led = port.PA12