Reference.WireBeginTransmission History
Hide minor edits - Show changes to output
December 06, 2011, at 12:55 AM
by Scott Fitzgerald -
Changed lines 5-6 from:
Begin a transmission to the I2C slave device with the given address. Subsequently, queue bytes for transmission with the [[WireSend | send()]] function and transmit them by calling [[WireEndTransmission | endTransmission()]].
to:
Begin a transmission to the I2C slave device with the given address. Subsequently, queue bytes for transmission with the [[WireWrite | write()]] function and transmit them by calling [[WireEndTransmission | endTransmission()]].
Changed line 17 from:
* [[WireSend | Wire.send()]]
to:
* [[WireWrite | Wire.write()]]
July 02, 2008, at 11:28 AM
by David A. Mellis -
Changed lines 5-6 from:
Begin a transmission to the I2C slave device with the given address.
to:
Begin a transmission to the I2C slave device with the given address. Subsequently, queue bytes for transmission with the [[WireSend | send()]] function and transmit them by calling [[WireEndTransmission | endTransmission()]].
July 02, 2008, at 11:25 AM
by David A. Mellis -
Changed lines 13-20 from:
to:
None
!!!!See Also
* [[WireSend | Wire.send()]]
* [[WireEndTransmission | Wire.endTransmission()]]
July 02, 2008, at 11:25 AM
by David A. Mellis -
Added lines 1-13:
!!Wire.beginTransmission(address)
!!!!Description
Begin a transmission to the I2C slave device with the given address.
!!!!Parameters
address: the 7-bit address of the device to transmit to
!!!!Returns
None