Searched defs:MAX44000 (Results 1 - 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/max44000/
H A Dmax44000.cxx35 MAX44000::MAX44000 (int bus, int devAddr) : m_i2cMaxControlCtx(bus) { function in class:MAX44000
36 m_name = "MAX44000";
52 MAX44000::getProximity () {
62 MAX44000::getAmbient () {
77 MAX44000::i2cReadReg_8 (int reg) {
90 MAX44000::i2cReadReg_16 (int reg) {
103 MAX44000::i2cWriteReg (uint8_t reg, uint8_t value) {
H A Dmax44000.h56 * @brief MAX44000 Proximity Sensor library
63 * @comname MAX44000 Proximity Sensor
68 * @brief API for the MAX44000 Ambient and Infrared Proximity Sensor
71 * [MAX44000](http://datasheets.maximintegrated.com/en/ds/MAX44000.pdf)
80 class MAX44000 { class in namespace:upm
83 * Instantiates an MAX44000 object
88 MAX44000 (int bus, int devAddr=ADDR);
91 * MAX44000 object destructor; basically, it closes the I2C connection.
92 * ~MAX44000 ();
[all...]

Completed in 23 milliseconds