I2C_Master_writeNBytes

void I2C_Master_writeNBytes(
    i2c_address_t address,
    void * data,
    size_t len
)

Returns

Type: void