diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-11-12 08:50:05 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-11-12 08:50:05 +0100 |
commit | d3a0606c65535be34cb38e6cfb3ba8d92657ad82 (patch) | |
tree | 0baf7c7a132138efc5a5a223f986795521108187 /drivers/ginput/touch/STMPE811/stmpe811.h | |
parent | f793194e43b130ae9e5133ac7d03bd819ce77e91 (diff) | |
parent | 04334f284c8c4236e2a07b6611ddb790ee05db72 (diff) | |
download | uGFX-d3a0606c65535be34cb38e6cfb3ba8d92657ad82.tar.gz uGFX-d3a0606c65535be34cb38e6cfb3ba8d92657ad82.tar.bz2 uGFX-d3a0606c65535be34cb38e6cfb3ba8d92657ad82.zip |
Merge branch 'newmouse'
Diffstat (limited to 'drivers/ginput/touch/STMPE811/stmpe811.h')
-rw-r--r-- | drivers/ginput/touch/STMPE811/stmpe811.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/ginput/touch/STMPE811/stmpe811.h b/drivers/ginput/touch/STMPE811/stmpe811.h index 1ee9c211..df85889f 100644 --- a/drivers/ginput/touch/STMPE811/stmpe811.h +++ b/drivers/ginput/touch/STMPE811/stmpe811.h @@ -8,12 +8,6 @@ #ifndef _STMPE811_H #define _STMPE811_H -// Slave address -#define STMPE811_ADDR (0x82 >> 1) - -// Maximum timeout -#define STMPE811_TIMEOUT 0x3000 - // Identification registers #define STMPE811_REG_CHP_ID 0x00 // 16-bit #define STMPE811_REG_ID_VER 0x02 |