Mercurial > templog
view py/setup_gpio.sh @ 242:2caee09f41c4
merge from server
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 20 May 2015 00:03:53 +0800 |
parents | 659953f2ee03 |
children | 4632018d1c80 |
line wrap: on
line source
#!/bin/sh # this must run as root PINS="17" for PIN in $PINS; do echo $PIN > /sys/class/gpio/export done