Files
paparazzi/conf/modules/cam_roll.xml
T
Gautier Hattenberger 6abfc9f91c update modules definition
2010-12-20 14:34:49 +01:00

14 lines
302 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="cam_roll" dir="cam_control">
<header>
<file name="cam.h"/>
</header>
<init fun="cam_init()"/>
<periodic fun="cam_periodic()" freq="10."/>
<makefile>
<define name="MOBILE_CAM"/>
<file name="cam_roll.c"/>
</makefile>
</module>