Files
paparazzi/conf/modules/send_imu_mag_current.xml
T
2016-04-17 13:04:07 +02:00

18 lines
500 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="calibration">
<doc>
<description>
Enables sending of IMU_MAG_CURRENT_CALIBRATION message.
For calibration of changing magnetometer offset due to estimated or measured current.
</description>
</doc>
<header>
<file name="send_imu_mag_current.h"/>
</header>
<periodic fun="send_imu_mag_current()" freq="20" autorun="FALSE"/>
<makefile target="ap">
<file name="send_imu_mag_current.c"/>
</makefile>
</module>