mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +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
380 B
XML
18 lines
380 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="ir_mlx" dir="meteo">
|
|
<doc>
|
|
<description>Infrared MLX sensor</description>
|
|
</doc>
|
|
<header>
|
|
<file name="ir_mlx.h"/>
|
|
</header>
|
|
<init fun="ir_mlx_init()"/>
|
|
<periodic fun="ir_mlx_periodic()" freq="8"/>
|
|
<event fun="ir_mlx_event()"/>
|
|
<makefile target="ap">
|
|
<file name="ir_mlx.c"/>
|
|
</makefile>
|
|
</module>
|
|
|