Hide minor edits - Show changes to markup
Comienza una transmisión a un dispositivo I2C esclavo con la dirección dada (address). Posteriormente, envía los bytes a transmitir con la función send() y los transmite llamando a la función endTransmission().
Comienza una transmisión a un dispositivo I2C esclavo con la dirección dada (address). Posteriormente, prepara los bytes a transmitir con la función send() y los transmite llamando a la función endTransmission().
None
Nada
Begin a transmission to the I2C slave device with the given address. Subsequently, queue bytes for transmission with the send() function and transmit them by calling endTransmission().
address: the 7-bit address of the device to transmit to
Comienza una transmisión a un dispositivo I2C esclavo con la dirección dada (address). Posteriormente, envía los bytes a transmitir con la función send() y los transmite llamando a la función endTransmission().
address: la dirección de 7 bits del dispositivo a transmitir
Begin a transmission to the I2C slave device with the given address.
Begin a transmission to the I2C slave device with the given address. Subsequently, queue bytes for transmission with the send() function and transmit them by calling endTransmission().
None
Begin a transmission to the I2C slave device with the given address.
address: the 7-bit address of the device to transmit to
None