chickenhouse/gpio_test.py

8 lines
92 B
Python
Raw Normal View History

2016-03-20 16:56:24 +00:00
#!/usr/bin/python2
from gpio import gpio
g13 = gpio(13)
g13.export()
g13.direction("out")