HomeSort by relevance Sort by last modified time
    Searched defs:MPR121 (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/mpr121/
mpr121.h 34 * @brief MPR121 Touch Sensor library
35 * @defgroup mpr121 libupm-mpr121
39 * @library mpr121
40 * @sensor mpr121
41 * @comname MPR121 Touch Sensor
49 * @brief API for the MPR121 I2C Touch Sensor
51 * UPM module for the MPR121 touch sensor
53 * @image html mpr121.jpg
54 * @snippet mpr121.cxx Interestin
    [all...]
mpr121.cxx 29 #include "mpr121.h"
35 MPR121::MPR121(int bus, uint8_t address) : m_i2c(bus)
51 mraa::Result MPR121::writeBytes(uint8_t reg, uint8_t *buffer, int len)
71 int MPR121::readBytes(uint8_t reg, uint8_t *buffer, int len)
84 bool MPR121::configAN3944()
86 // Configure the mpr121 chip as recommended in the AN3944 MPR121
191 void MPR121::readButtons()

Completed in 175 milliseconds