Files
paparazzi/conf/modules/temp_tmp102.xml
T
2010-10-16 09:00:42 +00:00

15 lines
327 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="temp_tmp102" dir="meteo">
<header>
<file name="temp_tmp102.h"/>
</header>
<init fun="tmp102_init()"/>
<periodic fun="tmp102_periodic()" freq="8"/>
<event fun="tmp102_event()"/>
<makefile target="ap">
<file name="temp_tmp102.c"/>
</makefile>
</module>