public interface Pin
Modifier and Type | Method and Description |
---|---|
int |
getAddress() |
String |
getName() |
String |
getProvider() |
EnumSet<PinMode> |
getSupportedPinModes() |
EnumSet<PinPullResistance> |
getSupportedPinPullResistance() |
String getProvider()
int getAddress()
EnumSet<PinMode> getSupportedPinModes()
EnumSet<PinPullResistance> getSupportedPinPullResistance()
Copyright © 2012–2019 Pi4J. All rights reserved.