Fix markup. Fix backslashes to surive roff.
[netbsd-mini2440.git] / etc / gpio.conf
blob0365c1dc501cf05e54dd855e25f3e3c9dd8713d7
1 # $NetBSD$
3 # GPIO device and pin configuration
4 # The syntax is exactly like the gpioctl(8) command, but without the
5 # gpioctl word.
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.