Package | Description |
---|---|
org.firmata4j | |
org.firmata4j.firmata | |
org.firmata4j.ssd1306 |
Modifier and Type | Method and Description |
---|---|
I2CDevice |
I2CEvent.getDevice()
Returns
I2CDevice which sent a piece of data. |
I2CDevice |
IODevice.getI2CDevice(byte address)
Returns I2C device by its address.
|
Constructor and Description |
---|
I2CEvent(I2CDevice device,
int register,
byte[] data) |
Modifier and Type | Class and Description |
---|---|
class |
FirmataI2CDevice
Represents an I2C device and encapsulates communication logic using Firmata
protocol.
|
Modifier and Type | Method and Description |
---|---|
I2CDevice |
FirmataDevice.getI2CDevice(byte address) |
Constructor and Description |
---|
SSD1306(I2CDevice device,
SSD1306.Size size) |
SSD1306(I2CDevice device,
SSD1306.Size size,
SSD1306.VCC vcc) |
Copyright © 2017. All rights reserved.