aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/touchpad/ads7843_lld.h
blob: d288c3eafa6ef7e95abf3191ae42ea57282a6582 (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_tpReadX(void);
uint16_t lld_tpReadY(void);
uint16_t lld_tpReadZ(void);

#endif
#endif