From 718a34f765235a5cdbb2f14c85503860b0751875 Mon Sep 17 00:00:00 2001 From: Felipe Ruhland Date: Sun, 15 Dec 2019 12:26:06 -0300 Subject: [PATCH] Fix typo from ic2_tools readme Merges https://github.com/espressif/esp-idf/pull/4488 --- examples/peripherals/i2c/i2c_tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/peripherals/i2c/i2c_tools/README.md b/examples/peripherals/i2c/i2c_tools/README.md index e79a95f795..24eaa35e20 100644 --- a/examples/peripherals/i2c/i2c_tools/README.md +++ b/examples/peripherals/i2c/i2c_tools/README.md @@ -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).