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
438 B
XML
19 lines
438 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="light_temt" dir="meteo">
|
|
<doc>
|
|
<description></description>
|
|
</doc>
|
|
<header>
|
|
<file name="light_temt.h"/>
|
|
</header>
|
|
<init fun="light_temt_init()"/>
|
|
<periodic fun="light_temt_periodic()" freq="4"/>
|
|
<makefile target="ap">
|
|
<file name="light_temt.c"/>
|
|
<define name="ADC_CHANNEL_LIGHT_TEMT" value="ADC_4"/>
|
|
<define name="USE_ADC_4"/>
|
|
</makefile>
|
|
</module>
|
|
|