mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 10:00:57 +02:00
Merge branch 'doc/fix_i2c_typo' into 'master'
docs(i2c_master): Fix a typo in description Closes IDFGH-16329 See merge request espressif/esp-idf!41439
This commit is contained in:
@@ -236,7 +236,7 @@ esp_err_t i2c_master_receive(i2c_master_dev_handle_t i2c_dev, uint8_t *read_buff
|
||||
* @param[in] address I2C device address that you want to probe.
|
||||
* @param[in] xfer_timeout_ms Wait timeout, in ms. Note: -1 means wait forever (Not recommended in this function).
|
||||
*
|
||||
* @attention Pull-ups must be connected to the SCL and SDA pins when this function is called. If you get `ESP_ERR_TIMEOUT
|
||||
* @attention Pull-ups must be connected to the SCL and SDA pins when this function is called. If you get `ESP_ERR_TIMEOUT`
|
||||
* while `xfer_timeout_ms` was parsed correctly, you should check the pull-up resistors. If you do not have proper resistors nearby.
|
||||
* `flags.enable_internal_pullup` is also acceptable.
|
||||
*
|
||||
|
Reference in New Issue
Block a user