Skip to content

Commit 28d6029

Browse files
authored
Merge pull request #202 from siddacious/mpu6050
adding mpu6050
2 parents 36488a8 + 98e14f2 commit 28d6029

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,3 +571,6 @@
571571
[submodule "libraries/drivers/lsm303dlh-mag"]
572572
path = libraries/drivers/lsm303dlh-mag
573573
url = https://github.com/adafruit/Adafruit_CircuitPython_LSM303DLH_Mag.git
574+
[submodule "libraries/drivers/mpu6050"]
575+
path = libraries/drivers/mpu6050
576+
url = https://github.com/adafruit/Adafruit_CircuitPython_MPU6050.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
268268
LSM9DS1 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds1/en/latest/>
269269
MLX90390 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90393/en/latest/>
270270
MMA8451 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/mma8451/en/latest/>
271+
MPU6050 Accelerometer, Gyroscope, and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpu6050/en/latest/>
271272
MSA301 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/msa301/en/latest/>
272273
TLV493D 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/tlv493d/en/latest/>
273274

libraries/drivers/mpu6050

Submodule mpu6050 added at e065b6d

0 commit comments

Comments
 (0)