aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/touchpad/ads7843_lld.h
blob: 121e6288d18f222a4c9c69780414eaf1b7d75957 (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 "glcd.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