diff options
author | MRX8024 <57844100+MRX8024@users.noreply.github.com> | 2025-03-24 15:08:05 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2025-04-03 14:08:23 -0400 |
commit | 2ec69ae361ffe78a7b60cd44aec8a41d88fa3be4 (patch) | |
tree | ec7b4701da76f44c23397ff137c8bbb81e22e1f3 /docs | |
parent | 52b07f467e2f4c8ab2eeefe35d43db2b9f5a09a7 (diff) | |
download | kutter-2ec69ae361ffe78a7b60cd44aec8a41d88fa3be4.tar.gz kutter-2ec69ae361ffe78a7b60cd44aec8a41d88fa3be4.tar.xz kutter-2ec69ae361ffe78a7b60cd44aec8a41d88fa3be4.zip |
docs: Add icm20948 description
Signed-off-by: Maksim Bolgov maksim8024@gmail.com
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 37c00a57..72580bcb 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1669,6 +1669,25 @@ cs_pin: # measurements. ``` +### [icm20948] + +Support for icm20948 accelerometers. + +``` +[icm20948] +#i2c_address: +# Default is 104 (0x68). If AD0 is high, it would be 0x69 instead. +#i2c_mcu: +#i2c_bus: +#i2c_software_scl_pin: +#i2c_software_sda_pin: +#i2c_speed: 400000 +# See the "common I2C settings" section for a description of the +# above parameters. The default "i2c_speed" is 400000. +#axes_map: x, y, z +# See the "adxl345" section for information on this parameter. +``` + ### [lis2dw] Support for LIS2DW accelerometers. |