Update README.md

This commit is contained in:
philippe44
2020-01-20 21:12:43 -08:00
committed by GitHub
parent 556f7358e9
commit 8a27216338

View File

@@ -30,7 +30,7 @@ To access NVS, in the webUI, go to credits and select "shows nvs editor". Go int
### I2C ### I2C
The NVS parameter "i2c_config" set the I2C's gpio needed to enable. Leave it blank to disable I2C usage. Note that on SqueezeAMP, port must be 1. Syntax is The NVS parameter "i2c_config" set the I2C's gpio needed to enable. Leave it blank to disable I2C usage. Note that on SqueezeAMP, port must be 1. Syntax is
``` ```
sda=<gpio_num>,scl=<gpio_num>,port=<0|1> sda=<gpio_num>,scl=<gpio_num>,port=0|1
``` ```
## Display ## Display