mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:36:48 +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
|
||||
fi
|
||||
|
||||
if mpu6000 -s -R 8 start
|
||||
then
|
||||
fi
|
||||
|
||||
if mpu9250 -s -R 8 start
|
||||
then
|
||||
fi
|
||||
|
||||
@@ -19,6 +19,7 @@ set(config_module_list
|
||||
drivers/boards/mindpx-v2
|
||||
drivers/rgbled
|
||||
#drivers/rgbled_pwm
|
||||
drivers/mpu6000
|
||||
drivers/mpu9250
|
||||
drivers/lsm303d
|
||||
drivers/l3gd20
|
||||
|
||||
Reference in New Issue
Block a user