summaryrefslogtreecommitdiff
path: root/apps/examples/touchscreen/tc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/touchscreen/tc.h')
-rw-r--r--apps/examples/touchscreen/tc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/examples/touchscreen/tc.h b/apps/examples/touchscreen/tc.h
index d431c9a5b..173ed491f 100644
--- a/apps/examples/touchscreen/tc.h
+++ b/apps/examples/touchscreen/tc.h
@@ -55,6 +55,11 @@
* CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH - The path to the touchscreen
* device. This must be consistent with CONFIG_EXAMPLES_TOUCHSCREEN_MINOR.
* Default: "/dev/input0"
+ * CONFIG_EXAMPLES_TOUCHSCREEN_NSAMPLES - If CONFIG_EXAMPLES_TOUCHSCREEN_BUILTIN
+ * is defined, then the number of samples is provided on the command line
+ * and this value is ignored. Otherwise, this number of samples is
+ * collected and the program terminates. Default: Samples are collected
+ * indefinitely.
*/
#ifndef CONFIG_INPUT