Skip to content

Commit

Permalink
[modules] update digital_cam docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Aug 4, 2012
1 parent 7fd273d commit 54938b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions conf/modules/digital_cam.xml
Expand Up @@ -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>
Expand Down
4 changes: 3 additions & 1 deletion conf/modules/digital_cam_i2c.xml
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions conf/modules/digital_cam_servo.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 54938b8

Please sign in to comment.