mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
15 lines
327 B
XML
15 lines
327 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="temp_tmp102" dir="meteo">
|
|
<header>
|
|
<file name="temp_tmp102.h"/>
|
|
</header>
|
|
<init fun="tmp102_init()"/>
|
|
<periodic fun="tmp102_periodic()" freq="8"/>
|
|
<event fun="tmp102_event()"/>
|
|
<makefile target="ap">
|
|
<file name="temp_tmp102.c"/>
|
|
</makefile>
|
|
</module>
|
|
|