mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
docs: updated doxygen tags for some sensors
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
49e04593d8
commit
d79799bab9
@ -38,7 +38,7 @@ namespace upm {
|
||||
/**
|
||||
* @brief Grove ultrasonic sensor library
|
||||
* @defgroup groveultrasonic libupm-groveultrasonic
|
||||
* @ingroup grove gpio sound
|
||||
* @ingroup seeed gpio sound
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -32,7 +32,7 @@ namespace upm {
|
||||
/**
|
||||
* @brief DFRobot CO2 Sensor
|
||||
* @defgroup mg811 libupm-mg811
|
||||
* @ingroup dfrobot analog gas
|
||||
* @ingroup dfrobot analog gaseous
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -40,7 +40,7 @@ namespace upm {
|
||||
* @sensor mg811
|
||||
* @comname DFRobot CO2 Sensor
|
||||
* @altname MG811
|
||||
* @type gas
|
||||
* @type gaseous
|
||||
* @man dfrobot
|
||||
* @web http://www.dfrobot.com/index.php?route=product/product&product_id=1023
|
||||
* @con analog
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: HCL
|
||||
* Author: Henry Bruce <henry.bruce@intel.com>
|
||||
* Copyright (c) 2015 Intel Corporation.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: HCL
|
||||
* Author: Henry Bruce <henry.bruce@intel.com>
|
||||
* Copyright (c) 2015 Intel Corporation.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
@ -31,16 +31,10 @@ namespace upm {
|
||||
/**
|
||||
* @brief Amphenol Telaire 6713 Series CO2 Module
|
||||
* @defgroup t6713 libupm-t6713
|
||||
* @ingroup i2c telaire gas ico2sensor
|
||||
* @ingroup i2c amphenol gaseous ico2sensor
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for Amphenol Telaire 6713 Series CO2 Module
|
||||
*
|
||||
* The Telaire 6713 Series CO2 Module
|
||||
* [6713](http://amphenol-sensors.com/en/products/co2/co2-modules/3215-t6700#specifications-t6713)
|
||||
* is a CO2 Module sensor.
|
||||
*
|
||||
* @library t6713
|
||||
* @sensor t6713
|
||||
* @comname Telaire 6713 Series CO2 Module
|
||||
@ -48,8 +42,16 @@ namespace upm {
|
||||
* @type gaseous
|
||||
* @man amphenol
|
||||
* @con i2c
|
||||
* @if ic02sensor
|
||||
|
||||
* @if ico2sensor
|
||||
*
|
||||
* @brief C++ API for Amphenol Telaire 6713 Series CO2 Module
|
||||
*
|
||||
* The Telaire 6713 Series CO2 Module
|
||||
* [6713](http://amphenol-sensors.com/en/products/co2/co2-modules/3215-t6700#specifications-t6713)
|
||||
* is a CO2 Module sensor.
|
||||
*
|
||||
* @snippet t6713.cxx Interesting
|
||||
* @snippet co2-sensor.cxx Interesting
|
||||
*/
|
||||
namespace t6713_co2
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user