docs: add explanation for I2C transmist-receive operation

* Closes https://github.com/espressif/esp-idf/issues/13952
This commit is contained in:
Omar Chebib
2024-06-14 15:13:45 +08:00
parent 20c2b24c97
commit 6a542c1fa0
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