diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-06-16 12:05:08 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-06-20 12:41:24 -0400 |
commit | 98a24172e7f238823a6faf2096980ecc923ac1a9 (patch) | |
tree | f136106965cf456de1627460d0b7e2b6470d3671 | |
parent | f6734d83b3015769372daffd80c68ecee6c84593 (diff) | |
download | kutter-98a24172e7f238823a6faf2096980ecc923ac1a9.tar.gz kutter-98a24172e7f238823a6faf2096980ecc923ac1a9.tar.xz kutter-98a24172e7f238823a6faf2096980ecc923ac1a9.zip |
docs: Add mpu9250 to Config_Reference.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Config_Reference.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 9d720d3c..ac77b941 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1525,6 +1525,24 @@ cs_pin: # measurements. ``` +### [mpu9250] + +Support for mpu9250 and mpu6050 accelerometers (one may define any +number of sections with an "mpu9250" prefix). + +``` +[mpu9250 my_accelerometer] +#i2c_address: +# Default is 104 (0x68). +#i2c_mcu: +#i2c_bus: +#i2c_speed: +# See the "common I2C settings" section for a description of the +# above parameters. +#axes_map: x, y, z +# See the "adxl345" section for information on this parameter. +``` + ### [resonance_tester] Support for resonance testing and automatic input shaper calibration. |