From df5aca04bdf127475b90bf6fdc246f402f039649 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 16 Dec 2011 00:32:11 +0000 Subject: Updated STM32 ADC driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4189 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/examples/README.txt') 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 ^^^^^^^^^^^^^^^^ -- cgit v1.2.3