summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-16 00:32:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-16 00:32:11 +0000
commitdf5aca04bdf127475b90bf6fdc246f402f039649 (patch)
treefa8d7ebc153e98273b925eb661c86da5c96e9519 /apps/examples/README.txt
parentfdaf3f62925632d5c98d019511acd22934653b0c (diff)
downloadpx4-nuttx-df5aca04bdf127475b90bf6fdc246f402f039649.tar.gz
px4-nuttx-df5aca04bdf127475b90bf6fdc246f402f039649.tar.bz2
px4-nuttx-df5aca04bdf127475b90bf6fdc246f402f039649.zip
Updated STM32 ADC driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4189 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 63b0a0223..61166c438 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -44,8 +44,10 @@ examples/adc
and this value is ignored. Otherwise, this number of samples is
collected and the program terminates. Default: Samples are collected
indefinitely.
- - CONFIG_EXAMPLES_ADC_SAMPLESIZE - The number of bytes to read in one sample.
- Default: 8
+ - CONFIG_EXAMPLES_ADC_GROUPSIZE - The number of samples to read at once.
+ Default: 4
+ - CONFIG_EXAMPLES_ADC_SAMPLEWIDTH - The width (in bits) of the on ADC sample.
+ Default: 16
examples/buttons
^^^^^^^^^^^^^^^^