mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 04:46:51 +08:00
made cam a module, see funjet_cam_example.xml as an example
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="cam_point" dir="vision">
|
||||
<!-- depend require="booz_pwm|led" -->
|
||||
<header>
|
||||
<file name="cam.h"/>
|
||||
<file name="point.h"/>
|
||||
</header>
|
||||
<init fun="cam_init()"/>
|
||||
<periodic fun="cam_periodic()" freq="10."/>
|
||||
<makefile>
|
||||
<flag name="CAM"/>
|
||||
<flag name="MOBILE_CAM"/>
|
||||
<flag name="POINT_CAM"/>
|
||||
<file name="cam.c"/>
|
||||
<file name="point.c"/>
|
||||
</makefile>
|
||||
</module>
|
||||
Reference in New Issue
Block a user