summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-16 19:56:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-16 19:56:47 +0000
commitca08ac22269b1fe54d9d959d5facf27e6ca322b5 (patch)
tree5f428a716ad80999faca211045d1ac82facdf007 /apps/examples/README.txt
parentb03d1197ae95ef880475e7e4f98e1b8a78340a66 (diff)
downloadnuttx-ca08ac22269b1fe54d9d959d5facf27e6ca322b5.tar.gz
nuttx-ca08ac22269b1fe54d9d959d5facf27e6ca322b5.tar.bz2
nuttx-ca08ac22269b1fe54d9d959d5facf27e6ca322b5.zip
Fix the data format used in apps/examples/adc
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4193 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 61166c438..4460e2c66 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -46,8 +46,6 @@ examples/adc
indefinitely.
- 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
^^^^^^^^^^^^^^^^