Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 26
and
Version 27
of
gpio
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
320
320
321
321
Examples:
322
- Venice; use gpiofind/gpioget/gpioset on the GPIO named 'pci_wdis#'
323
{{{#!bash
324
# gpiofind pci_wdis#
325
gpiochip3 7
326
# gpioget gpiochip3 7
327
1
328
# gpioset gpiochip 3 7=0
329
# gpioget gpiochip3 7
330
0
331
}}}
322
332
- Newport
323
333
{{{#!bash