| Modifier and Type | Method and Description |
|---|---|
Pin |
Pin.addFeature(PinFeature feature)
Adds the feature to the pin.
|
Pin |
PinFeature.getPin() |
Pin |
Pin.removeFeature(Class<? extends PinFeature> featureClass)
Removes a feature from a pin.
|
| Modifier and Type | Method and Description |
|---|---|
Pin |
AbstractPinFeature.getPin() |
| Constructor and Description |
|---|
AbstractAnalogInput(Pin pin) |
AbstractDigitalInput(Pin pin) |
AbstractDigitalOutput(Pin pin) |
AbstractPinFeature(Pin pin) |
AbstractPwm(Pin pin) |
DigitalIOFeature(Pin pin,
DigitalInput input,
DigitalOutput output) |
| Constructor and Description |
|---|
InterruptEventArgs(Pin pin,
Edge edge) |
| Constructor and Description |
|---|
SoftPwm(Pin pin) |
| Modifier and Type | Method and Description |
|---|---|
Pin |
I2cBus.getSCL() |
Pin |
I2cBus.getSDA() |
| Constructor and Description |
|---|
AbstractI2cPinFeature(Pin pin,
I2cSignalType signalType) |
| Modifier and Type | Method and Description |
|---|---|
Pin |
SpiBus.getMISO() |
Pin |
SpiBus.getMOSI() |
Pin |
SpiBus.getSCLK() |
| Modifier and Type | Method and Description |
|---|---|
Pin |
UartPort.getRx() |
Pin |
UartPort.getTx() |
| Constructor and Description |
|---|
AbstractUartPinFeature(Pin pin,
UartSignalType signalType) |
| Modifier and Type | Method and Description |
|---|---|
Pin |
PinProvider.getPin(int address) |
Pin |
AbstractPinProvider.getPin(int address) |
Pin |
PinProvider.getPin(String name) |
Pin |
AbstractPinProvider.getPin(String name) |
Pin |
PinProvider.getPin(String port,
int indexOnPort) |
Pin |
AbstractPinProvider.getPin(String port,
int index) |
Pin |
PinProvider.getPinByAlias(String alias) |
Pin |
AbstractPinProvider.getPinByAlias(String alias) |
| Modifier and Type | Method and Description |
|---|---|
List<Pin> |
PinProvider.getPins() |
List<Pin> |
AbstractPinProvider.getPins() |
Copyright © 2015 silverspoon.io. All rights reserved.