Package | Description |
---|---|
org.firmata4j | |
org.firmata4j.firmata | |
org.firmata4j.ui |
Modifier and Type | Method and Description |
---|---|
Pin |
IOEvent.getPin()
Returns the pin that relates to the event.
|
Pin |
IODevice.getPin(int index)
Returns a pin by its index on device.
|
Modifier and Type | Method and Description |
---|---|
Set<Pin> |
IODevice.getPins()
Returns a set of pins of the device.
|
Constructor and Description |
---|
IOEvent(Pin pin)
Constructs the event is relevant to a particular
Pin . |
IOEvent(Pin pin,
long timestamp)
Constructs the event is relevant to a particular
Pin . |
Modifier and Type | Class and Description |
---|---|
class |
FirmataPin
This class contains implementation of Firmata pin.
|
Modifier and Type | Method and Description |
---|---|
Pin |
FirmataDevice.getPin(int index) |
Modifier and Type | Method and Description |
---|---|
Set<Pin> |
FirmataDevice.getPins() |
Modifier and Type | Method and Description |
---|---|
void |
JPin.setModel(Pin model) |
Constructor and Description |
---|
JPin(Pin pin) |
Copyright © 2017. All rights reserved.