Revision 7040565e68b9147204528dba697ad6460c160616 authored by Martin Mueller on 27 January 2013, 16:21:32 UTC, committed by Martin Mueller on 27 January 2013, 16:21:32 UTC
1 parent e5b2e9a
Raw File
booz_cam.xml
<!DOCTYPE module SYSTEM "module.dtd">

<module name="booz_cam" dir="cam_control">
  <doc>
    <description>Camera control for BOOZ board</description>
  </doc>
  <!-- depend require="booz_pwm|led" -->
  <header>
    <file name="booz_cam.h"/>
  </header>
  <init fun="booz_cam_init()"/>
  <periodic fun="booz_cam_periodic()" freq="10."/>
  <datalink message="BOOZ_CAM_STICK" fun="BOOZ_CAM_STICK_PARSE(dl_buffer)"/>
  <makefile>
    <define name="USE_CAM"/>
    <file name="booz_cam.c"/>
  </makefile>
</module>

back to top