mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
mhz16: Adding doxygen comments
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
2555aec888
commit
68fcd45873
@ -48,18 +48,18 @@ const uint8_t MHZ16_END = 0x7e;
|
|||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
/**
|
/**
|
||||||
* @brief UPM support for the MHZ16 Serial CO2 sensor
|
* @brief MHZ16 Serial CO2 sensor library
|
||||||
* @defgroup mhz16 libupm-mhz16
|
* @defgroup mhz16 libupm-mhz16
|
||||||
* @ingroup seeed serial gas
|
* @ingroup seeed serial gaseous
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @sensor mhz16
|
* @library libupm-mhz16
|
||||||
* @library mhz16
|
* @sensor mhz16
|
||||||
* @name Grove CO2 sensor
|
* @comname Grove CO2 sensor
|
||||||
* @category gaseous
|
* @type gaseous
|
||||||
* @manufacturer seeed
|
* @man seeed
|
||||||
* @connection uart
|
* @con uart
|
||||||
*
|
*
|
||||||
* @brief C++ API support for the Grove CO2 sensor
|
* @brief C++ API support for the Grove CO2 sensor
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user