Files
paparazzi/conf/modules/wind_gfi.xml
T
Gautier Hattenberger 6abfc9f91c update modules definition
2010-12-20 14:34:49 +01:00

16 lines
391 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="wind_gfi" dir="meteo">
<header>
<file name="wind_gfi.h"/>
</header>
<init fun="wind_gfi_init()"/>
<periodic fun="wind_gfi_periodic()" freq="4" delay="2"/>
<event fun="wind_gfi_event()"/>
<makefile target="ap">
<file name="wind_gfi.c"/>
<configure name="ZERO_OFFSET_DEGREES" value="56."/>
</makefile>
</module>