[imu-quality] Module file

This commit is contained in:
Christophe De Wagter
2013-03-04 22:56:38 +01:00
parent eeb681ed0e
commit 8c485cb9db
2 changed files with 23 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
<!DOCTYPE module SYSTEM "module.dtd">
<module name="benchmark">
<doc>
<description>Give comparable with IMU Health information:
-saturation information
-vibration level
-magnetic field hard iron offset
</description>
</doc>
<header>
<file name="imu_quality_assessment.h"/>
</header>
<init fun="imu_quality_assessment_init()"/>
<periodic fun="imu_quality_assessment_periodic()" autorun="TRUE"/>
<makefile>
<file name="imu_quality_assessment.c"/>
</makefile>
</module>