Files
paparazzi/conf/modules/digital_cam.xml
T
2010-09-13 20:46:47 +00:00

22 lines
457 B
XML

<!DOCTYPE module SYSTEM "./module.dtd">
<module name="digital_cam">
<header>
<file name="dc.h"/>
</header>
<init fun="dc_init()"/>
<periodic fun="dc_periodic()" freq="4" autorun="TRUE"/>
<makefile>
<raw>
# ap.CFLAGS += -DGPS_TRIGGERED_FUNCTION="dc_shoot_on_gps"
# ap.CFLAGS += -DDC_GPS_TRIGGER_START=1
# ap.CFLAGS += -DDC_GPS_TRIGGER_STOP=3
</raw>
<flag name="DIGITAL_CAM" />
<file name="dc.c"/>
</makefile>
</module>