mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
apds9002: updated header and doxygen tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
124a9eb41d
commit
b1d999e70b
@ -28,25 +28,25 @@
|
|||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
/**
|
/**
|
||||||
* @brief C++ API for the Grove Luminance Sensor
|
* @brief APDS-9002 luminance sensor library
|
||||||
*
|
|
||||||
* This sensor transforms luminous intensity to output analog values.
|
|
||||||
* It uses the APDS-9002 ambient light sensor.
|
|
||||||
*
|
|
||||||
* @defgroup apds9002 libupm-apds9002
|
* @defgroup apds9002 libupm-apds9002
|
||||||
* @ingroup seeed analog light
|
* @ingroup seeed analog light
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @sensor APDS-9002
|
* @library apds9002
|
||||||
* @library libupm-apds9002
|
* @sensor apds9002
|
||||||
* @comname APDS9002
|
* @comname APDS-9002
|
||||||
* @type light ainput
|
* @altname Grove Luminance Sensor
|
||||||
|
* @type light
|
||||||
* @man seeed
|
* @man seeed
|
||||||
* @con analog
|
* @con analog
|
||||||
*
|
*
|
||||||
* @brief UPM module for the Grove Luminance Sensor
|
* @brief UPM module for the Grove Luminance Sensor
|
||||||
*
|
*
|
||||||
|
* This sensor transforms luminous intensity to output analog values.
|
||||||
|
* It uses the APDS-9002 ambient light sensor.
|
||||||
|
*
|
||||||
* @snippet apds9002.cxx Interesting
|
* @snippet apds9002.cxx Interesting
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user