diff options
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; |
