public interface PiFace extends Device
Modifier and Type | Field and Description |
---|---|
static byte |
DEFAULT_ADDRESS |
Modifier and Type | Method and Description |
---|---|
GpioPinDigitalInput |
getInputPin(int index) |
GpioPinDigitalInput[] |
getInputPins() |
LED |
getLed(int index) |
LED |
getLed(PiFaceLed led) |
LED[] |
getLeds() |
GpioPinDigitalOutput |
getOutputPin(int index) |
GpioPinDigitalOutput[] |
getOutputPins() |
Relay |
getRelay(int index) |
Relay |
getRelay(PiFaceRelay relay) |
Relay[] |
getRelays() |
Switch |
getSwitch(int index) |
Switch |
getSwitch(PiFaceSwitch switchValue) |
Switch[] |
getSwitches() |
clearProperties, getName, getProperties, getProperty, getProperty, getTag, hasProperty, removeProperty, setName, setProperty, setTag
static final byte DEFAULT_ADDRESS
GpioPinDigitalInput[] getInputPins()
GpioPinDigitalInput getInputPin(int index)
GpioPinDigitalOutput[] getOutputPins()
GpioPinDigitalOutput getOutputPin(int index)
Relay[] getRelays()
Relay getRelay(int index)
Relay getRelay(PiFaceRelay relay)
Switch[] getSwitches()
Switch getSwitch(int index)
Switch getSwitch(PiFaceSwitch switchValue)
LED[] getLeds()
LED getLed(int index)
Copyright © 2012–2014 Pi4J. All rights reserved.