Revision 7040565e68b9147204528dba697ad6460c160616 authored by Martin Mueller on 27 January 2013, 16:21:32 UTC, committed by Martin Mueller on 27 January 2013, 16:21:32 UTC
1 parent e5b2e9a
Raw File
mag_micromag_fw.xml
<!DOCTYPE module SYSTEM "module.dtd">

<module name="mag_micromag_fw" dir="sensors">
  <doc>
    <description>Micromag magnetometer for fixedwing</description>
  </doc>
  <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>

back to top