Files
paparazzi/conf/modules/ir_mlx.xml
T
2010-10-16 09:00:42 +00:00

15 lines
312 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="ir_mlx" dir="meteo">
<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>