aboutsummaryrefslogtreecommitdiffstats
path: root/templates/touchpadXXXXX/touchpad_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'templates/touchpadXXXXX/touchpad_lld.c')
-rw-r--r--templates/touchpadXXXXX/touchpad_lld.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/touchpadXXXXX/touchpad_lld.c b/templates/touchpadXXXXX/touchpad_lld.c
index 2fec6ade..9bcae27d 100644
--- a/templates/touchpadXXXXX/touchpad_lld.c
+++ b/templates/touchpadXXXXX/touchpad_lld.c
@@ -82,6 +82,8 @@ void tp_lld_init(TOUCHPADDriver *tp) {
/**
* @brief Reads out the X direction.
*
+ * @return The uncalibrated X coordinate
+ *
* @notapi
*/
uint16_t tp_lld_read_x(void) {
@@ -98,6 +100,8 @@ uint16_t tp_lld_read_x(void) {
/*
* @brief Reads out the Y direction.
*
+ * @return The uncalibrated Y coordinate
+ *
* @notapi
*/
uint16_t tp_lld_read_y(void) {