i2c_writeNBytes

Function to write N byte of data.

void i2c_writeNBytes(
    i2c2_address_t address,    void * data,    size_t len
)

Parameters

address

Type: i2c2_address_t

[type]i2c_address_t Slave address [in] data [type]uint8_t Array of data to be send [in] len [type]uint8_t The size of the array

Returns

Type: void

None