Skip to content
Snippets Groups Projects
Commit a1c69803 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

HMC5833 driver: Enable internal temperature calibration when available.

parent e659bbb7
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,12 @@ adc start
if ver hwcmp PX4FMU_V2
then
# External I2C bus
if hmc5883 -C -X start
if hmc5883 -C -T -X start
then
fi
# Internal I2C bus
if hmc5883 -C -I -R 4 start
if hmc5883 -C -T -I -R 4 start
then
fi
......@@ -43,7 +43,7 @@ then
then
fi
if hmc5883 -S -R 8 start
if hmc5883 -C -T -S -R 8 start
then
fi
......
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