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