Changes between Version 26 and Version 27 of gpio


Ignore:
Timestamp:
12/14/2021 11:10:07 PM (3 years ago)
Author:
Tim Harvey
Comment:

added gpiod example for venice

Legend:

Unmodified
Added
Removed
Modified
  • gpio

    v26 v27  
    320320
    321321Examples:
     322 - Venice; use gpiofind/gpioget/gpioset on the GPIO named 'pci_wdis#'
     323{{{#!bash
     324# gpiofind pci_wdis#
     325gpiochip3 7
     326# gpioget gpiochip3 7
     3271
     328# gpioset gpiochip 3 7=0
     329# gpioget gpiochip3 7
     3300
     331}}}
    322332 - Newport
    323333{{{#!bash