mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-08 02:15: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
18 lines
364 B
XML
18 lines
364 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="temp_lm75" dir="meteo">
|
|
<doc>
|
|
<description></description>
|
|
</doc>
|
|
<header>
|
|
<file name="temp_lm75.h"/>
|
|
</header>
|
|
<init fun="lm75_init()"/>
|
|
<periodic fun="lm75_periodic()" freq="3"/>
|
|
<event fun="lm75_event()"/>
|
|
<makefile target="ap">
|
|
<file name="temp_lm75.c"/>
|
|
</makefile>
|
|
</module>
|
|
|