aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-30 16:51:43 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-30 16:51:43 +0000
commitcb77f5961df901626b4f4cb3e1d5672f6a94b5f3 (patch)
tree41f9e4861aa9914bbcf36241710b609ce1681ba1 /apps/examples/README.txt
parenta4f9a7805d2ed730798b4da73d3513258f393908 (diff)
downloadpx4-firmware-cb77f5961df901626b4f4cb3e1d5672f6a94b5f3.tar.gz
px4-firmware-cb77f5961df901626b4f4cb3e1d5672f6a94b5f3.tar.bz2
px4-firmware-cb77f5961df901626b4f4cb3e1d5672f6a94b5f3.zip
Add support for testing multiple ADC, PWM, and QE devices
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4993 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.