mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 17:00:03 +03:00
max44000: Adding doxygen comments removing image
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
a327872241
commit
a3354dca0d
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
@ -55,9 +55,16 @@ namespace upm {
|
|||||||
/**
|
/**
|
||||||
* @brief max44000 proxmity sensor library
|
* @brief max44000 proxmity sensor library
|
||||||
* @defgroup max44000 libupm-max44000
|
* @defgroup max44000 libupm-max44000
|
||||||
|
* @ingroup maxim i2c light
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @library libupm-max44000
|
||||||
|
* @sensor max44000
|
||||||
|
* @comname max44000 proximity sensor
|
||||||
|
* @type light
|
||||||
|
* @man maxim
|
||||||
|
* @con i2c
|
||||||
|
*
|
||||||
* @brief C++ API for MAX44000 chip (Ambient and Infrared Proximity Sensor)
|
* @brief C++ API for MAX44000 chip (Ambient and Infrared Proximity Sensor)
|
||||||
*
|
*
|
||||||
* The Maxim Integrated
|
* The Maxim Integrated
|
||||||
@ -68,9 +75,7 @@ namespace upm {
|
|||||||
* (http://datasheets.maximintegrated.com/en/ds/MAX44000PMB1.pdf) from the
|
* (http://datasheets.maximintegrated.com/en/ds/MAX44000PMB1.pdf) from the
|
||||||
* analog PMOD kit.
|
* analog PMOD kit.
|
||||||
*
|
*
|
||||||
* @ingroup max44000 i2c
|
|
||||||
* @snippet max44000.cxx Interesting
|
* @snippet max44000.cxx Interesting
|
||||||
* @image html max44000.jpeg
|
|
||||||
*/
|
*/
|
||||||
class MAX44000 {
|
class MAX44000 {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user