read
Read data from I2C device
Description
returns data from the I2C device as a row vector.data
= read(myi2cdevice
,count
)
The read
method stops when it finishes reading the specified
data from the device, or when the timeout period elapses.
returns data from the I2C device as a row vector and specifies precision.data
= read(myi2cdevice
,count
,dataPrecision
)
Examples
Input Arguments
Output Arguments
Extended Capabilities
See Also
raspi
| i2cdev
| scanI2CBus
| write
| readRegister
| writeRegister
| enableI2C
| disableI2C
| showPins