Update README.md

This commit is contained in:
nopnop2002 2024-09-08 17:16:51 +09:00
parent 45f2d552df
commit d1c276ab18

View File

@ -89,6 +89,12 @@ I2C_NUM_1 ----- Any I2C Device
```
This is possible with both the new I2C driver or the legacy I2C driver, but **both buses must use the same driver.**
This is not acceptable.
```
I2C_NUM_0 ----- I2C SSD1306 using new I2C driver
I2C_NUM_1 ----- Any I2C Device using legacy I2C driver
```
This is the only way to use new i2c driver.
ESP32C series has only one i2c bus.
This is not available on the ESP32C series.