mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
aerofc: Enable IST8310
This commit is contained in:
committed by
Lorenz Meier
parent
8fb15f1de8
commit
621a0fe492
@@ -270,13 +270,19 @@ then
|
|||||||
then
|
then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Internal compass
|
||||||
if hmc5883 -I -R 4 start
|
if hmc5883 -I -R 4 start
|
||||||
then
|
then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Possible external compasses
|
||||||
if hmc5883 -X start
|
if hmc5883 -X start
|
||||||
then
|
then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ist8310 -C -b 1 -R 8 start
|
||||||
|
then
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if meas_airspeed start
|
if meas_airspeed start
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ set(config_module_list
|
|||||||
drivers/ms5611
|
drivers/ms5611
|
||||||
drivers/hmc5883
|
drivers/hmc5883
|
||||||
drivers/gps
|
drivers/gps
|
||||||
|
drivers/ist8310
|
||||||
modules/sensors
|
modules/sensors
|
||||||
# dummy tone alarm
|
# dummy tone alarm
|
||||||
modules/dummy
|
modules/dummy
|
||||||
|
|||||||
Reference in New Issue
Block a user