Home | History | Annotate | Download | only in max44000

Lines Matching full:max44000

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 Interesting
80 class MAX44000 {
83 * Instantiates an MAX44000 object
88 MAX44000 (int bus, int devAddr=ADDR);
91 * MAX44000 object destructor; basically, it closes the I2C connection.
92 * ~MAX44000 ();