Files
paparazzi/conf/modules/openlog.xml
T
2012-05-01 00:43:53 +02:00

17 lines
358 B
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>