aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/touchpad/ads7843_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/touchpad/ads7843_lld.h')
-rw-r--r--drivers/touchpad/ads7843_lld.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/touchpad/ads7843_lld.h b/drivers/touchpad/ads7843_lld.h
new file mode 100644
index 00000000..388aacc8
--- /dev/null
+++ b/drivers/touchpad/ads7843_lld.h
@@ -0,0 +1,15 @@
+#ifndef ADS7843_LLD_H
+#define ADS7843_LLD_H
+
+#include "glcdconf.h"
+#include "touchpad.h"
+
+#ifdef TOUCHPAD_USE_ADS7843
+
+uint16_t lld_readX(void);
+uint16_t lld_readY(void);
+uint16_t lld_readZ(void);
+
+#endif
+#endif
+