NetBSD/etc/gpio.conf

12 lines
350 B
Plaintext
Raw Normal View History

2011-11-19 21:30:09 +04:00
# $NetBSD: gpio.conf,v 1.2 2011/11/19 17:30:09 mbalmer Exp $
#
# GPIO device and pin configuration
2011-11-19 21:30:09 +04:00
# The syntax of this file is like the command line arguments to the gpioctl(8)
# command.
#
2011-11-19 21:30:09 +04:00
# E.g. to define pin 6 of /dev/gpio0 as output and name it error_led, write
# gpio0 6 set out error_led
# Empty lines and lines starting with # are ignored.