Skip to content

Commit

Permalink
[modules] fix sonar_adc doc
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Mar 12, 2013
1 parent bfaece8 commit fae59a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/modules/sonar_adc.xml
Expand Up @@ -7,8 +7,8 @@
output - Sonar_distance in [m]
</description>
<configure name="ADC_SONAR" value="ADC_X" description="select ADC to use with the sonar"/>
<define name="SONAR_OFFSET" value="0" description="sensor offset in [m] - default is 0"/>
<define name="SONAR_SCALE" value="166" description="sensor scale factor[] - default is 166"/>
<define name="SONAR_OFFSET" value="0.0" description="sensor offset in [m] - default is 0.0"/>
<define name="SONAR_SCALE" value="0.0166" description="sensor scale factor [m/adc] - default is 0.0166"/>
</doc>

<header>
Expand Down

0 comments on commit fae59a5

Please sign in to comment.