chickenhouse/gpio_test.py
2018-08-27 11:26:29 +02:00

8 lines
92 B
Python
Executable File

#!/usr/bin/python2
from gpio import gpio
g13 = gpio(13)
g13.export()
g13.direction("out")