mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
Update README.md
This commit is contained in:
parent
ba11614de4
commit
c83b8f4c08
@ -121,7 +121,7 @@ We need to run this code on the second device.
|
||||
ESP_ERROR_CHECK(i2c_master_bus_add_device(bus_handle, &dev_cfg, &dev_handle));
|
||||
```
|
||||
|
||||
This project uses the following functions to install the i2c driver.
|
||||
This project uses the following functions to install the i2c driver.
|
||||
This function determines which i2c port to use inside the function.
|
||||
```
|
||||
i2c_master_init(&dev, CONFIG_SDA_GPIO, CONFIG_SCL_GPIO, CONFIG_RESET_GPIO);
|
||||
|
Loading…
Reference in New Issue
Block a user