Fix typo from ic2_tools readme

Merges https://github.com/espressif/esp-idf/pull/4488
This commit is contained in:
Felipe Ruhland 2019-12-15 12:26:06 -03:00 committed by morris
parent 63cd2b0613
commit 718a34f765

View File

@ -159,7 +159,7 @@ esp32> i2cget -c 0x5b -r 0x00 -l 1
0x10
```
* `-c` option to specify the address of I2C device (acquired from `i2cetect` command).
* `-c` option to specify the address of I2C device (acquired from `i2cdetect` command).
* `-r` option to specify the register address you want to inspect.
* `-l` option to specify the length of the content.
* Here the returned value 0x10 means that the sensor is just in the boot mode and is ready to go into application mode. For more information about CCS811 you should consult the [official website](http://ams.com/ccs811).