| Modifier and Type | Method and Description |
|---|---|
GPIODriver.GPIOChannel |
GPIODriver.export(int channel)
Export the specified channel.
|
GPIODriver.GPIOChannel |
TestGPIODriver.export(int channel) |
GPIODriver.GPIOChannel |
GPIODriver.getChannel(int channel)
Get a specified GPIO channel
|
| Modifier and Type | Method and Description |
|---|---|
List<GPIODriver.GPIOChannel> |
TestGPIODriver.enumerateChannels() |
List<GPIODriver.GPIOChannel> |
GPIODriver.enumerateExportedChannels()
Enumerate the currently exported GPIO channels on this machine
|
List<GPIODriver.GPIOChannel> |
GPIODriver.GPIOChip.exportAll()
Export all of the channels associated with this chip.
|
List<GPIODriver.GPIOChannel> |
GPIODriver.exportRange(int base,
int ngpio)
Export all of the channels in the given range.
|
Copyright © 2018 LSST. All rights reserved.