From 98a24172e7f238823a6faf2096980ecc923ac1a9 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 16 Jun 2022 12:05:08 -0400 Subject: [PATCH] docs: Add mpu9250 to Config_Reference.md Signed-off-by: Kevin O'Connor --- docs/Config_Reference.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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.