blob: cce8882578f392f96a18f782b814a9780055acd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: gpio.conf,v 1.2 2011/11/19 17:30:09 mbalmer Exp $
#
# GPIO device and pin configuration
# The syntax of this file is like the command line arguments to the gpioctl(8)
# command.
#
# 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.
|