diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-08-23 13:56:01 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-08-30 12:26:36 -0400 |
commit | 404b64fd627e04f68f64db4fef605fae1a18a747 (patch) | |
tree | 8272287739f4c25f6d7420855ff4941ab3574bb4 /docs/G-Codes.md | |
parent | 22167f951022935d0f4eee1f02c3f2635861576e (diff) | |
download | kutter-404b64fd627e04f68f64db4fef605fae1a18a747.tar.gz kutter-404b64fd627e04f68f64db4fef605fae1a18a747.tar.xz kutter-404b64fd627e04f68f64db4fef605fae1a18a747.zip |
adxl345: Change default chip name from "default" to "adxl345"
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 1c2644f3..dbc176ac 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -727,7 +727,7 @@ The following commands are available when an [adxl345 config section](Config_Reference.md#adxl345) is enabled: - `ACCELEROMETER_MEASURE [CHIP=<config_name>] [NAME=<value>]`: Starts accelerometer measurements at the requested number of samples per - second. If CHIP is not specified it defaults to "default". The + second. If CHIP is not specified it defaults to "adxl345". The command works in a start-stop mode: when executed for the first time, it starts the measurements, next execution stops them. The results of measurements are written to a file named @@ -740,7 +740,7 @@ The following commands are available when an generated. - `ACCELEROMETER_QUERY [CHIP=<config_name>] [RATE=<value>]`: queries accelerometer for the current value. If CHIP is not specified it - defaults to "default". If RATE is not specified, the default value + defaults to "adxl345". If RATE is not specified, the default value is used. This command is useful to test the connection to the ADXL345 accelerometer: one of the returned values should be a free-fall acceleration (+/- some noise of the chip). |