mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
16 lines
385 B
XML
16 lines
385 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="light_temt" dir="meteo">
|
|
<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"/>
|
|
<flag name="ADC_CHANNEL_LIGHT_TEMT" value="ADC_4"/>
|
|
<flag name="USE_ADC_4"/>
|
|
</makefile>
|
|
</module>
|
|
|