Changes between Version 4 and Version 5 of ventana/gw5200usb


Ignore:
Timestamp:
07/12/2018 08:26:13 PM (6 years ago)
Author:
Cale Collins
Comment:

fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • ventana/gw5200usb

    v4 v5  
    1212Setting the GPIO high will route to the Mini-PCIe slot and setting the GPIO low (0) will route it to the front panel connector:
    1313{{{#!bash
    14 echo 2 > /sys/class/gpio/export #take control of GPIO-2
     14echo 2 > /sys/class/gpio/export #export control of GPIO-2 to user space
    1515echo out > /sys/class/gpio/gpio2/direction #set to an output
    1616echo 1 > /sys/class/gpio/gpio2/value #set value high