upm  0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
Data Structures

C++ API for the MPR121 I2C touch sensor. More...

Collaboration diagram for libupm-mpr121:

Data Structures

class  MPR121
 C++ API for the MPR121 I2C touch sensor. More...
 

Detailed Description

UPM module for the MPR121 touch sensor

// Instantiate an MPR121 on I2C bus 0
upm::MPR121 *touch = new upm::MPR121(MPR121_I2C_BUS, MPR121_DEFAULT_I2C_ADDR);
// init according to AN3944 defaults
touch->configAN3944();
while (shouldRun)
{
touch->readButtons();
printButtons(touch);
sleep(1);
}

mpr121 Touch Sensor library