aboutsummaryrefslogtreecommitdiffstats
path: root/halext/include
diff options
context:
space:
mode:
Diffstat (limited to 'halext/include')
-rw-r--r--halext/include/touchpad.h7
1 files changed, 7 insertions, 0 deletions
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. */
/*===========================================================================*/