aboutsummaryrefslogtreecommitdiffstats
path: root/touchpad.h
diff options
context:
space:
mode:
Diffstat (limited to 'touchpad.h')
-rw-r--r--touchpad.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/touchpad.h b/touchpad.h
index 9cf678a2..5a60e14e 100644
--- a/touchpad.h
+++ b/touchpad.h
@@ -54,6 +54,17 @@ uint16_t tpReadX(void);
uint16_t tpReadY(void);
/*
+ * Description: reads-out Z value / pressure
+ * only available when controller supports, returns
+ * zero otherwise.
+ *
+ * param: none
+ *
+ * return: pressure on the touchpad
+ */
+uint16_t tpReadZ(void);
+
+/*
* Description: calibration routine
*
* param: none