digital_cam module and xsens-fixedwing flying

This commit is contained in:
Christophe De Wagter
2010-09-13 20:46:47 +00:00
parent 14725502ba
commit 77bedf127d
10 changed files with 103 additions and 62 deletions
+21
View File
@@ -0,0 +1,21 @@
<!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>
@@ -14,6 +14,7 @@
<flag name="INS_LINK" value="Uart1"/>
<flag name="UART1_BAUD" value="B115200"/>
<flag name="USE_GPS_XSENS"/>
<flag name="USE_GPS_XSENS_RAW_DATA" />
<file name="ins_xsens.c"/>
</makefile>
</module>