Public Types
enum EventType { TOUCHED = 0,
RELEASED = 1,
NUM_EVENTS = 2
}
typedef void(* CallbackPtrType )(void)
Public Member Functions
MPR121 (uint8_t address=MPR121_DEFAULT_ADDRESS)
void initialize ()
bool testConnection ()
bool getTouchStatus (uint8_t channel)
uint16_t getTouchStatus ()
void setCallback (uint8_t channel, EventType event, CallbackPtrType callbackPtr)
void serviceCallbacks ()
The documentation for this class was generated from the following files: