From 11d299114fcabb721cb995228797ae069bcf8155 Mon Sep 17 00:00:00 2001 From: mobyfab Date: Fri, 7 Sep 2012 22:57:35 +0200 Subject: Fixes for the touchpad API. --- include/touchpad.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/touchpad.h b/include/touchpad.h index 55a83a9d..34c00e5d 100644 --- a/include/touchpad.h +++ b/include/touchpad.h @@ -73,6 +73,7 @@ extern "C" { void tpInit(const TOUCHPADDriver *tp); uint16_t tpReadX(void); uint16_t tpReadY(void); +void tpCalibrate(void); #if TOUCHPAD_HAS_IRQ uint8_t tpIRQ(void); -- cgit v1.2.3