mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +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
18 lines
392 B
XML
18 lines
392 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="charge_sens" dir="meteo">
|
|
<doc>
|
|
<description></description>
|
|
</doc>
|
|
<header>
|
|
<file name="charge_sens.h"/>
|
|
</header>
|
|
<init fun="charge_sens_init()"/>
|
|
<periodic fun="charge_sens_periodic()" freq="10"/>
|
|
<event fun="charge_sens_event()"/>
|
|
<makefile target="ap">
|
|
<file name="charge_sens.c"/>
|
|
</makefile>
|
|
</module>
|
|
|