mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-18 16:18:03 +08:00
21 lines
475 B
XML
21 lines
475 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="cam_point" dir="cam_control">
|
|
<doc>
|
|
<description>Camera control for fixedwing</description>
|
|
</doc>
|
|
<header>
|
|
<file name="cam.h"/>
|
|
<file name="point.h"/>
|
|
</header>
|
|
<init fun="cam_init()"/>
|
|
<periodic fun="cam_periodic()" />
|
|
<makefile>
|
|
<define name="CAM"/>
|
|
<define name="MOBILE_CAM"/>
|
|
<define name="POINT_CAM"/>
|
|
<file name="cam.c"/>
|
|
<file name="point.c"/>
|
|
</makefile>
|
|
</module>
|