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
openlog.xml
<!DOCTYPE module SYSTEM "module.dtd">

<module name="openlog">
  <doc>
    <description>Openlog on-board data logger</description>
  </doc>
  <header>
    <file name="openlog.h"/>
  </header>
  <init fun="init_openlog()"/>
  <periodic fun="periodic_2Hz_openlog()" freq="2." autorun="TRUE"/>
  <makefile>
    <file name="openlog.c"/>
  </makefile>
</module>

back to top