mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
doc: improve & complete documentation on many sensors
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -55,20 +55,16 @@ namespace upm {
|
||||
/**
|
||||
* @brief C++ API for MAX44000 chip (Ambient and Infrared Proximity Sensor)
|
||||
*
|
||||
* This file defines the MAX44000 C++ interface for libmax44000
|
||||
*
|
||||
* @snippet proximity.cxx Interesting
|
||||
*
|
||||
* PMOD pins for MAX44000PMB1 board
|
||||
*
|
||||
* ( -= J1 =- )
|
||||
* (1) - NUL
|
||||
* (2) - IRQ
|
||||
* (3) - SCL
|
||||
* (4) - SDA
|
||||
* (5) - GND
|
||||
* (6) - VCC
|
||||
* The Maxim Integrated
|
||||
* [MAX44000](http://datasheets.maximintegrated.com/en/ds/MAX44000.pdf)
|
||||
* is Ambient and Infrared Proximity Sensor. This module was tested on the
|
||||
* Maxim Integrated
|
||||
* [MAX44000PMB1 PMOD module]
|
||||
* (http://datasheets.maximintegrated.com/en/ds/MAX44000PMB1.pdf) from the
|
||||
* analog PMOD kit.
|
||||
*
|
||||
* @snippet max44000.cxx Interesting
|
||||
* @image html max44000.jpeg
|
||||
*/
|
||||
class MAX44000 {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user