mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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 {
|
||||
/**
|
||||
* @brief UPM support for the MHZ16 Serial CO2 sensor
|
||||
* @brief MHZ16 Serial CO2 sensor library
|
||||
* @defgroup mhz16 libupm-mhz16
|
||||
* @ingroup seeed serial gas
|
||||
* @ingroup seeed serial gaseous
|
||||
*/
|
||||
|
||||
/**
|
||||
* @sensor mhz16
|
||||
* @library mhz16
|
||||
* @name Grove CO2 sensor
|
||||
* @category gaseous
|
||||
* @manufacturer seeed
|
||||
* @connection uart
|
||||
* @library libupm-mhz16
|
||||
* @sensor mhz16
|
||||
* @comname Grove CO2 sensor
|
||||
* @type gaseous
|
||||
* @man seeed
|
||||
* @con uart
|
||||
*
|
||||
* @brief C++ API support for the Grove CO2 sensor
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user