3 # GPIO device and pin configuration
4 # The syntax is exactly like the gpioctl(8) command, but without the
7 # E.g. define pin 6 of /dev/gpio0 as output and name it error_led:
8 # /dev/gpio0 6 set out error_led
10 # Empty lines and lines starting with # are ignored.