Files
paparazzi/conf/modules/gsm.xml
T
2010-06-18 14:06:28 +00:00

16 lines
372 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="gsm">
<header>
<file name="gsm.h"/>
</header>
<init fun="gsm_init()"/>
<periodic fun="gsm_init_report()" period="60." delay="3599" autorun="TRUE"/>
<periodic fun="gsm_send_report()" period="60." autorun="FALSE"/>
<event fun="gsm_event()"/>
<makefile>
<file name="gsm.c"/>
</makefile>
</module>