public interface Pin extends Comparable<Pin>
Modifier and Type | Method and Description |
---|---|
int |
getAddress() |
String |
getName() |
String |
getProvider() |
EnumSet<PinEdge> |
getSupportedPinEdges() |
EnumSet<PinMode> |
getSupportedPinModes() |
EnumSet<PinPullResistance> |
getSupportedPinPullResistance() |
boolean |
supportsPinEdges() |
boolean |
supportsPinEvents() |
boolean |
supportsPinPullResistance() |
compareTo
String getProvider()
int getAddress()
EnumSet<PinMode> getSupportedPinModes()
boolean supportsPinPullResistance()
EnumSet<PinPullResistance> getSupportedPinPullResistance()
boolean supportsPinEdges()
boolean supportsPinEvents()
EnumSet<PinEdge> getSupportedPinEdges()
Copyright © 2012–2019 Pi4J. All rights reserved.