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

16 lines
356 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="booz_cam" dir="cam_control">
<!-- depend require="booz_pwm|led" -->
<header>
<file name="booz_cam.h"/>
</header>
<init fun="booz_cam_init()"/>
<periodic fun="booz_cam_periodic()" freq="10."/>
<makefile>
<define name="USE_CAM"/>
<file name="booz_cam.c"/>
</makefile>
</module>