public class I2cDeviceReader
extends java.lang.Object
| Constructor and Description |
|---|
I2cDeviceReader(I2cDevice i2cDevice,
I2cAddr i2cAddress,
int memAddress,
int length)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getReadBuffer()
Get a copy of the most recent data read in from the I2C device
|