Files
paparazzi/conf/modules/mag_micromag_fw.xml
T
Gautier Hattenberger 6abfc9f91c update modules definition
2010-12-20 14:34:49 +01:00

17 lines
433 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="mag_micromag_fw" dir="sensors">
<header>
<file name="mag_micromag_fw_hw.h"/>
<file name="mag_micromag_fw.h"/>
</header>
<init fun="micromag_init()"/>
<periodic fun="micromag_periodic()" freq="60"/>
<event fun="micromag_event()"/>
<makefile target="ap">
<file_arch name="mag_micromag_fw_hw.c"/>
<file name="mag_micromag_fw.c"/>
</makefile>
</module>