Skip to content

Commit

Permalink
I2C: Fix doc about pull-up,
Browse files Browse the repository at this point in the history
     Closes #9791
  • Loading branch information
mythbuster5 committed Jan 9, 2023
1 parent 467356c commit dfa78f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/peripherals/i2c/i2c_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To run this example, you should have any ESP32, ESP32-S and ESP32-C based develo
| ESP32-H4 I2C Master | GPIO5 | GPIO6 | GND | GND | 3.3V |
| Sensor | SDA | SCL | GND | WAK | VCC |

**Note: ** There’s no need to add an external pull-up resistors for SDA/SCL pin, because the driver will enable the internal pull-up resistors itself.
**Note:** It is recommended to add external pull-up resistors for SDA/SCL pins to make the communication more stable, though the driver will enable internal pull-up resistors.

### Configure the project

Expand Down

0 comments on commit dfa78f2

Please sign in to comment.