Files
paparazzi/conf/modules/light_temt.xml
T
Gautier Hattenberger bcaba7c720 [modules documentation] Add a doc node to module
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
2012-04-24 09:29:12 +02:00

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>