Interface | Description |
---|---|
I2CDevice |
Represents an I2C device and encapsulates logic to communicate to it.
|
I2CListener |
Describes processing of data received from
I2CDevice . |
IODevice |
This interface describes a device which is able to receive and transmit
signals.
|
IODeviceEventListener |
This interface describes an object that can receive and handle events from an
IODevice . |
Pin |
A pin is a connector of an
IODevice to external signal receiver or
transmitter. |
PinEventListener |
The listener interface for receiving events from
Pin . |
Class | Description |
---|---|
Example |
Example of usage
JPinboard . |
I2CEvent |
This event occurs when I2C device transmits some data.
|
I2CExample |
Example of usage of an i2c device.
|
IOEvent |
An event which indicates that the state of an
IODevice changed. |
Enum | Description |
---|---|
Pin.Mode |
Mode represents particular duty of a pin.
|
Copyright © 2017. All rights reserved.