mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user