Revision 4ca6344fa668fd8a967aa18160d64fca0259e780 authored by Felix Ruess on 29 May 2012, 22:00:42 UTC, committed by Felix Ruess on 29 May 2012, 22:00:42 UTC
1 parent e75a398
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