.start Method
Function: |
Sets the START condition on the currently selected I²C channel (selection is made through i2c.channel). |
Syntax: |
i2c.start() |
Returns: |
--- |
See Also: |
Details
This method can be invoked only when i2c.enabled = 1 — YES.
After invoking this method, i2c.state will become 1 — I2C_STARTED.