From 55c8323950397d7bb6829f9fbd1a50a61d4913ce Mon Sep 17 00:00:00 2001 From: Tectu Date: Thu, 9 Aug 2012 02:31:42 +0200 Subject: more touchpad stuff --- halext/include/touchpad.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'halext/include') diff --git a/halext/include/touchpad.h b/halext/include/touchpad.h index 222411cf..21e71a97 100644 --- a/halext/include/touchpad.h +++ b/halext/include/touchpad.h @@ -30,6 +30,13 @@ #if HAL_USE_TOUCHPAD || defined(__DOXYGEN__) +/** + * @brief specifies how many conversions are made for a readout. + * + * @note higher is more accurate, but takes more time + */ +#define CONVERSIONS 3 + /*===========================================================================*/ /* Driver constants. */ /*===========================================================================*/ -- cgit v1.2.3