mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 13:07:40 +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 ![]() (image error) Size: 18 KiB |
@ -55,9 +55,16 @@ namespace upm {
|
||||
/**
|
||||
* @brief max44000 proxmity sensor library
|
||||
* @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)
|
||||
*
|
||||
* The Maxim Integrated
|
||||
@ -68,9 +75,7 @@ namespace upm {
|
||||
* (http://datasheets.maximintegrated.com/en/ds/MAX44000PMB1.pdf) from the
|
||||
* analog PMOD kit.
|
||||
*
|
||||
* @ingroup max44000 i2c
|
||||
* @snippet max44000.cxx Interesting
|
||||
* @image html max44000.jpeg
|
||||
*/
|
||||
class MAX44000 {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user