OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX44000
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/max44000/
max44000.cxx
31
#include "
max44000
.h"
35
MAX44000
::
MAX44000
(int bus, int devAddr) : m_i2cMaxControlCtx(bus) {
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) {
max44000.h
56
* @brief
MAX44000
Proximity Sensor library
57
* @defgroup
max44000
libupm-
max44000
61
* @library
max44000
62
* @sensor
max44000
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)
78
* @snippet
max44000
.cxx Interestin
[
all
...]
Completed in 78 milliseconds