KSM edits to RA8875

Dependents:   Liz_Test_Code

Committer:
WiredHome
Date:
Sun Feb 24 00:40:00 2019 +0000
Revision:
165:695c24cc5197
Child:
166:53fd4a876dac
Initial refactoring to add support for another Cap Sense touch controller - based on the GSL1680.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
WiredHome 165:695c24cc5197 1 /// GSL1680 Touch Controller definitions
WiredHome 165:695c24cc5197 2 ///
WiredHome 165:695c24cc5197 3 ///
WiredHome 165:695c24cc5197 4
WiredHome 165:695c24cc5197 5 #ifndef RA8875_TOUCH_GSL1680_H
WiredHome 165:695c24cc5197 6 #define RA8875_TOUCH_GSL1680_H
WiredHome 165:695c24cc5197 7
WiredHome 165:695c24cc5197 8 /// GSL1680 definitions follow
WiredHome 165:695c24cc5197 9 #define GSL1680_I2C_FREQUENCY 400000
WiredHome 165:695c24cc5197 10 #define GSL1680_I2C_ADDRESS 0x40
WiredHome 165:695c24cc5197 11
WiredHome 165:695c24cc5197 12
WiredHome 165:695c24cc5197 13 #endif // RA8875_TOUCH_GSL1680_H