Hide minor edits - Show changes to markup
quantity: the number of bytes of data to transmit (byte)
quantity: the number of bytes of data to transmit (byte)
Sends data from a slave device in response to a request from a master, or queues bytes for transmission from a master to slave device (in-between calls to beginTransmission() and endTransmission()).
value: a byte to send (byte)
string: a string to send (char *)
data: an array of data to send (byte *)
quantity: the number of bytes of data to transmit (byte)
None