4.2.1.7 i2c_readNBytes
Function to read N bytes of data.
void i2c_readNBytes(
i2c2_address_t address, void * data, size_t len
)
Parameters
- address
-
Type: i2c2_address_t
[type]i2c_address_t Slave address [out] data [type]void* The read data block [in] len [type]size_t The size of data block
Returns
Type: void
None