summaryrefslogtreecommitdiff
path: root/firmware/export/tsc2100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/tsc2100.h')
-rw-r--r--firmware/export/tsc2100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/tsc2100.h b/firmware/export/tsc2100.h
index a1245bd898..242d3b1889 100644
--- a/firmware/export/tsc2100.h
+++ b/firmware/export/tsc2100.h
@@ -28,6 +28,8 @@ void tsc2100_read_values(short *x, short* y, short *z1, short *z2);
28short tsc2100_readreg(int page, int address); 28short tsc2100_readreg(int page, int address);
29/* write a value to the register */ 29/* write a value to the register */
30void tsc2100_writereg(int page, int address, short value); 30void tsc2100_writereg(int page, int address, short value);
31/* produce a key click (doesn't work?) */
32void tsc2100_keyclick(void);
31 33
32/* ts adc page defines (page 1, 00h ) (refer to page 40 of the datasheet) */ 34/* ts adc page defines (page 1, 00h ) (refer to page 40 of the datasheet) */
33#define TSADC_PAGE 1 35#define TSADC_PAGE 1