aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/touchpad/ads7843_lld.h
blob: 388aacc8027dcbcedf073204a7778c5df341712d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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