.stop Method

Function:

Sets the STOP condition on the currently selected I²C channel (selection is made through i2c.channel).

Syntax:

i2c.stop()

Returns:

---

See Also:

i2c.start


Details

This method can be invoked only when i2c.enabled = 1 — YES.

After invoking this method, i2c.state will become 0 — I2C_IDLE.


.stop Method

Details