C++ API for the MPR121 I2C touch sensor.
More...
UPM module for the MPR121 touch sensor
while (shouldRun)
{
printButtons(touch);
sleep(1);
}
MPR121 |
( |
int |
bus, |
|
|
uint8_t |
address = MPR121_DEFAULT_I2C_ADDR |
|
) |
| |
mpr121 touch sensor constructor
- Parameters
-
Read the button states into the m_buttonStates member variable. Also set the m_overCurrentFault variable if an over current is detected.
mraa_result_t writeBytes |
( |
uint8_t |
reg, |
|
|
uint8_t * |
buffer, |
|
|
unsigned int |
len |
|
) |
| |
Write value(s) into registers
- Parameters
-
reg | register location to start writing into |
buffer | buffer for data storage |
len | number of bytes to write |
- Returns
- mraa_result_t
void readBytes |
( |
uint8_t |
reg, |
|
|
uint8_t * |
buffer, |
|
|
unsigned int |
len |
|
) |
| |
Read value(s) from registers
- Parameters
-
reg | register location to start reading from |
buffer | buffer for data storage |
len | number of bytes to read |
Over current fault detected
The documentation for this class was generated from the following files:
- /var/lib/jenkins/workspace/upm-doc-stable/src/mpr121/mpr121.h
- /var/lib/jenkins/workspace/upm-doc-stable/src/mpr121/mpr121.cxx