public abstract class PibrellaBase extends DeviceBase implements Pibrella
Constructor and Description |
---|
PibrellaBase() |
Modifier and Type | Method and Description |
---|---|
Button |
button() |
Buzzer |
buzzer() |
Button |
getButton() |
Buzzer |
getBuzzer() |
GpioController |
getGpio() |
GpioPinDigitalInput |
getInputPin(int index) |
GpioPinDigitalInput |
getInputPin(PibrellaInput input) |
GpioPinDigitalInput[] |
getInputPins() |
LED |
getLed(int index) |
LED |
getLed(PibrellaLed led) |
LED[] |
getLeds() |
GpioPinDigitalOutput |
getOutputPin(int index) |
GpioPinDigitalOutput |
getOutputPin(PibrellaOutput output) |
GpioPinDigitalOutput[] |
getOutputPins() |
GpioController |
gpio() |
GpioPinDigitalInput |
inputA() |
GpioPinDigitalInput |
inputB() |
GpioPinDigitalInput |
inputC() |
GpioPinDigitalInput |
inputD() |
LED |
ledGreen() |
LED |
ledRed() |
LED |
ledYellow() |
GpioPinDigitalOutput |
outputE() |
GpioPinDigitalOutput |
outputF() |
GpioPinDigitalOutput |
outputG() |
GpioPinDigitalOutput |
outputH() |
clearProperties, getName, getProperties, getProperty, getProperty, getTag, hasProperty, removeProperty, setName, setProperty, setTag
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clearProperties, getName, getProperties, getProperty, getProperty, getTag, hasProperty, removeProperty, setName, setProperty, setTag
public GpioController getGpio()
public GpioController gpio()
public GpioPinDigitalInput[] getInputPins()
getInputPins
in interface Pibrella
public GpioPinDigitalInput getInputPin(int index)
getInputPin
in interface Pibrella
public GpioPinDigitalInput getInputPin(PibrellaInput input)
getInputPin
in interface Pibrella
public GpioPinDigitalInput inputA()
public GpioPinDigitalInput inputB()
public GpioPinDigitalInput inputC()
public GpioPinDigitalInput inputD()
public GpioPinDigitalOutput[] getOutputPins()
getOutputPins
in interface Pibrella
public GpioPinDigitalOutput getOutputPin(int index)
getOutputPin
in interface Pibrella
public GpioPinDigitalOutput getOutputPin(PibrellaOutput output)
getOutputPin
in interface Pibrella
public GpioPinDigitalOutput outputE()
public GpioPinDigitalOutput outputF()
public GpioPinDigitalOutput outputG()
public GpioPinDigitalOutput outputH()
public LED getLed(PibrellaLed led)
Copyright © 2012–2016 Pi4J. All rights reserved.