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