-
#include "utility/template/i2c.h" -
size_t cirque_pinnacle_arduino_wrappers::TwoWire::write(uint8_t data);
Write a single byte to the bus.
Note
This must be called after
beginTransmission(). After all bytes are ready to be sent, useendTransmission()to send the internal buffer over the bus.