From 073665cebb335f6efbcdc22debf0cc090e732a3d Mon Sep 17 00:00:00 2001 From: bigtreetech Date: Mon, 7 Aug 2023 15:58:48 +0800 Subject: docs: Add how to configure LIS2DW instructions Signed-off-by: Alan.Ma from BigTreeTech tech@biqu3d.com --- docs/Config_Reference.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'docs/Config_Reference.md') diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index d0b617a3..5b8038f7 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1646,6 +1646,27 @@ cs_pin: # measurements. ``` +### [lis2dw] + +Support for LIS2DW accelerometers. + +``` +[lis2dw] +cs_pin: +# The SPI enable pin for the sensor. This parameter must be provided. +#spi_speed: 5000000 +# The SPI speed (in hz) to use when communicating with the chip. +# The default is 5000000. +#spi_bus: +#spi_software_sclk_pin: +#spi_software_mosi_pin: +#spi_software_miso_pin: +# See the "common SPI settings" section for a description of the +# above parameters. +#axes_map: x, y, z +# See the "adxl345" section for information on this parameter. +``` + ### [mpu9250] Support for MPU-9250, MPU-9255, MPU-6515, MPU-6050, and MPU-6500 -- cgit v1.2.3-70-g09d2