[modules] update digital_cam docs

This commit is contained in:
Felix Ruess
2012-08-04 13:26:03 +02:00
parent 7fd273d65c
commit 54938b8aac
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@
<module name="digital_cam">
<doc>
<description>Digital camera control (trigger using led)</description>
<define name="DC_SHOOT_ON_BUTTON_RELEASE" />
<define name="SENSOR_SYNC_SEND" value="1" />
</doc>
<header>
+3 -1
View File
@@ -2,7 +2,9 @@
<module name="atmega_i2c_cam_ctrl" dir="digital_cam">
<doc>
<description></description>
<description>Trigger Digital Camera Using I2C connected remote microcontroller</description>
<define name="DC_SHOOT_ON_BUTTON_RELEASE" />
<define name="SENSOR_SYNC_SEND" value="1" />
</doc>
<header>
+2
View File
@@ -22,6 +22,8 @@
<module name="digital_cam_servo" dir="digital_cam">
<doc>
<description>Digital camera control (trigger using servo)</description>
<define name="DC_SHOOT_ON_BUTTON_RELEASE" />
<define name="SENSOR_SYNC_SEND" value="1" />
</doc>
<header>