diff options
| author | Manuel Traut <manut@mecka.net> | 2013-01-15 01:29:22 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2013-01-15 01:29:22 +0100 |
| commit | 7dd28a3fa96564bb4135a1c4dc936e5824c4c2e7 (patch) | |
| tree | d536a7f8a10a235a5d2f493ea5824570f89b3986 /io/bin/generic_gpio/gpio.conf | |
| parent | 3dfb4cefed51c9cc4dd5879bfe63cc835aaf1568 (diff) | |
generic_gpio: make it really generic
use libgpio for gpio access
use config file for selecting and configuring gpios
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'io/bin/generic_gpio/gpio.conf')
| -rw-r--r-- | io/bin/generic_gpio/gpio.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/io/bin/generic_gpio/gpio.conf b/io/bin/generic_gpio/gpio.conf new file mode 100644 index 0000000..2408983 --- /dev/null +++ b/io/bin/generic_gpio/gpio.conf @@ -0,0 +1,11 @@ +[0] + direction = out; + value = 1; + +[1] + direction = out; + value = 0; + +[332] + direction = out; + value = 0; |
