gpio.conf revision 1.2
11.2Smbalmer# $NetBSD: gpio.conf,v 1.2 2011/11/19 17:30:09 mbalmer Exp $
21.1Smbalmer#
31.1Smbalmer# GPIO device and pin configuration
41.2Smbalmer# The syntax of this file is like the command line arguments to the gpioctl(8)
51.2Smbalmer# command.
61.1Smbalmer#
71.2Smbalmer# E.g. to define pin 6 of /dev/gpio0 as output and name it error_led, write
81.2Smbalmer# gpio0 6 set out error_led
91.1Smbalmer
101.1Smbalmer# Empty lines and lines starting with # are ignored.
111.1Smbalmer
12