Skip to content

Commit

Permalink
Add comment to I2C slave sample to clarify need to pull-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jul 26, 2024
1 parent ca8d2d3 commit ba328d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/I2C/I2cMasterSlave/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Shows how to use the [System.Device.I2c](http://docs.nanoframework.net/api/Syste
Two ESP32 devices board.
The code sample is demonstrative of the use of the I2C and I2C slave APIs.

The native driver sets the GPIOs for the I2C bus to use internal pull-ups. For most scenarios, this is sufficient. However, for long buses strong pull-ups maybe required.

## Related topics

### Reference
Expand Down

0 comments on commit ba328d1

Please sign in to comment.