mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
otp538u: Adding doxygen comments
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
7be414fa5b
commit
c2b42842e4
@ -29,6 +29,18 @@
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief otp538u IR Temperature Sensor library
|
||||
* @defgroup otp538u libupm-otp538u
|
||||
* @ingroup seeed analog light
|
||||
*/
|
||||
/**
|
||||
* @library libupm-otp538u
|
||||
* @sensor otp538u
|
||||
* @comname IR Temperature Sensor
|
||||
* @type light
|
||||
* @man generic
|
||||
* @con analog
|
||||
*
|
||||
* @brief C++ API for the OTP538U IR Temperature Sensor
|
||||
*
|
||||
* UPM module for the OTP538U IR Temperature Sensor
|
||||
@ -51,8 +63,6 @@ namespace upm {
|
||||
* These tables assume the object to be measured is 9cm (3.54
|
||||
* inches) from the sensor.
|
||||
*
|
||||
* @ingroup grove analog
|
||||
* @defgroup otp538u libupm-otp538u
|
||||
* @snippet otp538u.cxx Interesting
|
||||
*/
|
||||
class OTP538U {
|
||||
|
Loading…
x
Reference in New Issue
Block a user