summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-30 16:51:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-30 16:51:43 +0000
commit505963a3568ba0dc23cb0cb7b3efee58f83a49ea (patch)
tree41f9e4861aa9914bbcf36241710b609ce1681ba1 /apps/examples/README.txt
parente3feaf63eccee5e555ab006d7f8216057cd1e31b (diff)
downloadpx4-nuttx-505963a3568ba0dc23cb0cb7b3efee58f83a49ea.tar.gz
px4-nuttx-505963a3568ba0dc23cb0cb7b3efee58f83a49ea.tar.bz2
px4-nuttx-505963a3568ba0dc23cb0cb7b3efee58f83a49ea.zip
Add support for testing multiple ADC, PWM, and QE devices
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4993 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 37d63786f..7d068f979 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -45,7 +45,7 @@ examples/adc
Specific configuration options for this example include:
- CONFIG_EXAMPLES_ADC_DEVPATH - The path to the ADC device. Default: /dev/adc0
+ CONFIG_EXAMPLES_ADC_DEVPATH - The default path to the ADC device. Default: /dev/adc0
CONFIG_EXAMPLES_ADC_NSAMPLES - If CONFIG_NSH_BUILTIN_APPS
is defined, then the number of samples is provided on the command line
and this value is ignored. Otherwise, this number of samples is
@@ -1059,7 +1059,7 @@ examples/pwm
Specific configuration options for this example include:
- CONFIG_EXAMPLES_PWM_DEVPATH - The path to the PWM device. Default: /dev/pwm0
+ CONFIG_EXAMPLES_PWM_DEVPATH - The path to the default PWM device. Default: /dev/pwm0
CONFIG_EXAMPLES_PWM_FREQUENCY - The initial PWM frequency. Default: 100 Hz
CONFIG_EXAMPLES_PWM_DUTYPCT - The initial PWM duty as a percentage. Default: 50%
CONFIG_EXAMPLES_PWM_DURATION - The initial PWM pulse train duration in seconds.