mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
Add support for the mpu6k to the MindPXv2
This commit is contained in:
committed by
Lorenz Meier
parent
9a05c5f137
commit
145c05acc7
@@ -271,6 +271,10 @@ then
|
|||||||
then
|
then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if mpu6000 -s -R 8 start
|
||||||
|
then
|
||||||
|
fi
|
||||||
|
|
||||||
if mpu9250 -s -R 8 start
|
if mpu9250 -s -R 8 start
|
||||||
then
|
then
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ set(config_module_list
|
|||||||
drivers/boards/mindpx-v2
|
drivers/boards/mindpx-v2
|
||||||
drivers/rgbled
|
drivers/rgbled
|
||||||
#drivers/rgbled_pwm
|
#drivers/rgbled_pwm
|
||||||
|
drivers/mpu6000
|
||||||
drivers/mpu9250
|
drivers/mpu9250
|
||||||
drivers/lsm303d
|
drivers/lsm303d
|
||||||
drivers/l3gd20
|
drivers/l3gd20
|
||||||
|
|||||||
Reference in New Issue
Block a user