Hide minor edits - Show changes to markup
If false, endTransmission() sends a restart message after transmission. The bus will not be released, which prevents another master device from transmitting between messages.
If false, endTransmission() sends a restart message after transmission. The bus will not be released, which prevents another master device from transmitting between messages. This allows one master device to send multiple transmissions while in control.
stop : boolean. true will send a STOP releasing the bus. false will continually send start requests, keeping the connection active.
stop : boolean. true will send a stop message, releasing the bus after transmission. false will send a restart, keeping the connection active.
Ends a transmission to a slave device that was begun by beginTransmission() and actually transmits the bytes that were queued by write().
Starting with Arduino 1.0.1, endTransmission() will accept a boolean argument changing its behavior for compatibility with certain I2C devices. If true, it will send a STOP, releasing the I2C bus after the transmission. If false, the function will send a repeated start message so the next transmission with the master device will happen automatically. When false, the bus will not be released between transmissions.
The default value is true, same as previous versions of the function.
Ends a transmission to a slave device that was begun by beginTransmission() and transmits the bytes that were queued by write().
As of Arduino 1.0.1, endTransmission() accepts a boolean argument changing its behavior for compatibility with certain I2C devices.
If true, endTransmission() sends a stop message after transmission, releasing the I2C bus.
If false, endTransmission() sends a restart message after transmission. The bus will not be released, which prevents another master device from transmitting between messages.
The default value is true.
As of Arduino 1.0.1, endTransmission() will accept a boolean argument changing its behavior for compatibility with certain I2C devices. If true, it will send a STOP, releasing the I2C bus after the transmission. If false, the function will send a repeated start message so the next transmission with the master device will happen automatically. When false, the bus will not be released between transmissions.
Starting with Arduino 1.0.1, endTransmission() will accept a boolean argument changing its behavior for compatibility with certain I2C devices. If true, it will send a STOP, releasing the I2C bus after the transmission. If false, the function will send a repeated start message so the next transmission with the master device will happen automatically. When false, the bus will not be released between transmissions.
As of Arduino 1.0.1, endTransmission() will accept a boolean argument changing its behavior for compatibility with certain I2C devices. If TRUE, it will send a STOP, releasing the I2C bus after the transmission. If FALSE, the function will send a repeated start message so the next transmission with the master device will happen automatically. When FALSE, the bus will not be released between transmissions.
The default value is TRUE, same as previous versions of the function.
As of Arduino 1.0.1, endTransmission() will accept a boolean argument changing its behavior for compatibility with certain I2C devices. If true, it will send a STOP, releasing the I2C bus after the transmission. If false, the function will send a repeated start message so the next transmission with the master device will happen automatically. When false, the bus will not be released between transmissions.
The default value is true, same as previous versions of the function.
stop : boolean. TRUE will send a STOP releasing the bus. FALSE will continually send start requests, keeping the connection active.
stop : boolean. true will send a STOP releasing the bus. false will continually send start requests, keeping the connection active.
As of Arduino 1.0.1, endTransmission() will accept a boolean argument changing its behavior for compatibility with certain I2C devices. If TRUE, it will send a STOP, releasing the I2C bus after the transmission. If FALSE, the function will send a repeated start message so the next transmission to the master device will happen automatically. When FALSE, the bus will not be released between transmissions.
As of Arduino 1.0.1, endTransmission() will accept a boolean argument changing its behavior for compatibility with certain I2C devices. If TRUE, it will send a STOP, releasing the I2C bus after the transmission. If FALSE, the function will send a repeated start message so the next transmission with the master device will happen automatically. When FALSE, the bus will not be released between transmissions.
As of Arduino 1.0.1, endTransmission() will accept a boolean argument changing its behavior for compatibility with certain I2C devices. If TRUE, it will send a STOP, releasing the I2C bus after the request. If FALSE, the function will send a repeated start request so the next transmission with the master device will happen automatically. When FALSE, the bus will not be released between transmissions.
As of Arduino 1.0.1, endTransmission() will accept a boolean argument changing its behavior for compatibility with certain I2C devices. If TRUE, it will send a STOP, releasing the I2C bus after the transmission. If FALSE, the function will send a repeated start message so the next transmission to the master device will happen automatically. When FALSE, the bus will not be released between transmissions.
The default value is TRUE.
The default value is TRUE, same as previous versions of the function.
As of Arduino 1.0.1, endTransmission() will accept a boolean argument changing its behavior for certain I2C devices. If TRUE, it will send a STOP, releasing the I2C bus after the request. If FALSE, the function will send a repeated start request so the next transmission with the master device will happen automatically. When FALSE, the bus will not be released between transmissions.
As of Arduino 1.0.1, endTransmission() will accept a boolean argument changing its behavior for compatibility with certain I2C devices. If TRUE, it will send a STOP, releasing the I2C bus after the request. If FALSE, the function will send a repeated start request so the next transmission with the master device will happen automatically. When FALSE, the bus will not be released between transmissions.
As of Arduino 1.0.1, endTransmission will accept a boolean argument. If TRUE, it will send a STOP, releasing the I2C bus after the request. If FALSE, the function will send a repeated start request so the next transmission with the master device will happen automatically. When FALSE, the bus will not be released between transmissions.
As of Arduino 1.0.1, endTransmission() will accept a boolean argument changing its behavior for certain I2C devices. If TRUE, it will send a STOP, releasing the I2C bus after the request. If FALSE, the function will send a repeated start request so the next transmission with the master device will happen automatically. When FALSE, the bus will not be released between transmissions.
Wire.endTransmission()
Wire.endTransmission()\\
As of Arduino 1.0.1, endTransmission will accept a boolean argument. If TRUE, it will send a STOP, releasing the I2C bus after the request. If FALSE, the function will send a repeated start request so the next transmission with the master device will happen automatically. When FALSE, the bus will not be released between transmissions.
The default value is TRUE.
Wire.endTransmission() Wire.endTransmission(stop)
None
stop : boolean. TRUE will send a STOP releasing the bus. FALSE will continually send start requests, keeping the connection active.
Ends a transmission to a slave device that was begun by beginTransmission() and actually transmits the bytes that were queued by send().
Ends a transmission to a slave device that was begun by beginTransmission() and actually transmits the bytes that were queued by write().
None
byte, which indicates the status of the transmission:
Ends a transmission to a slave device that was begun by beginTransmission() and actually transmits the bytes that were queued by send().
None
None