Mercurial > templog
view py/setup_gpio.sh @ 254:ffe25107d520
put more things inside "try"
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 08 Jun 2015 22:31:21 +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