NetBSD/etc/gpio.conf
mbalmer 70d654f756 Document recent gpio(4) changes and introduce a new config file for GPIO.
Integrate with the startup scripts in /etc/rc.d.  Introduce new variable
"gpio" for /etc/rc.conf.
2009-07-25 16:20:10 +00:00

12 lines
341 B
Plaintext

# $NetBSD: gpio.conf,v 1.1 2009/07/25 16:20:10 mbalmer Exp $
#
# GPIO device and pin configuration
# The syntax is exactly like the gpioctl(8) command, but without the
# gpioctl word.
#
# E.g. define pin 6 of /dev/gpio0 as output and name it error_led:
# /dev/gpio0 6 set out error_led
# Empty lines and lines starting with # are ignored.