mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fix typo from ic2_tools readme
Merges https://github.com/espressif/esp-idf/pull/4488
This commit is contained in:
parent
63cd2b0613
commit
718a34f765
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user