Merge branch 'docs/explain_i2c_transmit_receive' into 'master'

docs: add explanation for I2C transmist-receive operation

Closes IDFGH-13002

See merge request espressif/esp-idf!31509
This commit is contained in:
Omar Chebib
2024-06-21 15:38:57 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -362,7 +362,7 @@ Some I2C device needs write configurations before reading data from it. Therefor
I2C master write to slave and read from slave
Simple example for writing and reading from slave:
Please note that no STOP condition bit is inserted between the write and read operations; therefore, this function is suited to read a register from an I2C device. A simple example for writing and reading from a slave device:
.. code:: c