From 404b64fd627e04f68f64db4fef605fae1a18a747 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 23 Aug 2021 13:56:01 -0400 Subject: adxl345: Change default chip name from "default" to "adxl345" Signed-off-by: Kevin O'Connor --- docs/G-Codes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/G-Codes.md') 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=] [NAME=]`: 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=] [RATE=]`: 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). -- cgit v1.2.3-70-g09d2