mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
bcaba7c720
modules developpers can provide - a description of the module - a list of the configuration variables and flags (configure and define) - a list of sections to add to the airframe file
19 lines
440 B
XML
19 lines
440 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="wind_gfi" dir="meteo">
|
|
<doc>
|
|
<description></description>
|
|
</doc>
|
|
<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>
|
|
|