mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
17 lines
433 B
XML
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>
|
|
|