mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
16 lines
356 B
XML
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>
|
|
|