diff options
author | bigtreetech <tech@biqu3d.com> | 2023-08-07 15:58:48 +0800 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-08-21 14:26:46 -0400 |
commit | 073665cebb335f6efbcdc22debf0cc090e732a3d (patch) | |
tree | 6167dfd3c9d210b6ae2ce91f5f19db646edada1a /docs/Config_Reference.md | |
parent | ec1dcf3bd207a4102d6617878f32d0a99825c84c (diff) | |
download | kutter-073665cebb335f6efbcdc22debf0cc090e732a3d.tar.gz kutter-073665cebb335f6efbcdc22debf0cc090e732a3d.tar.xz kutter-073665cebb335f6efbcdc22debf0cc090e732a3d.zip |
docs: Add how to configure LIS2DW instructions
Signed-off-by: Alan.Ma from BigTreeTech tech@biqu3d.com
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 21 |
1 files changed, 21 insertions, 0 deletions
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 |