Changes between Version 4 and Version 5 of ventana/gw5200usb
- Timestamp:
- 07/12/2018 08:26:13 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/gw5200usb
v4 v5 12 12 Setting the GPIO high will route to the Mini-PCIe slot and setting the GPIO low (0) will route it to the front panel connector: 13 13 {{{#!bash 14 echo 2 > /sys/class/gpio/export # take control of GPIO-214 echo 2 > /sys/class/gpio/export #export control of GPIO-2 to user space 15 15 echo out > /sys/class/gpio/gpio2/direction #set to an output 16 16 echo 1 > /sys/class/gpio/gpio2/value #set value high