Skip to content
Snippets Groups Projects
Commit 621a0fe4 authored by José Roberto de Souza's avatar José Roberto de Souza Committed by Lorenz Meier
Browse files

aerofc: Enable IST8310

parent 8fb15f1d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment