mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
upm: Add sensor groups based on IO types
This commit also fixes adds some default constructor arguments to some i2c sensors. Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -36,7 +36,7 @@ namespace upm {
|
||||
* Hydrogen, smoke and other combustible gases. It's a medium sensitivity
|
||||
* sensor with a detect concentration of 300-10000ppm.
|
||||
*
|
||||
* @ingroup gas
|
||||
* @ingroup gas analog
|
||||
* @snippet mq2.cxx Interesting
|
||||
* @image html grovegas.jpeg
|
||||
*/
|
||||
|
@ -36,7 +36,7 @@ namespace upm {
|
||||
* highly sensitive but has a long warmup time of about 1minute. It's
|
||||
* detect rate is of 0.04-4mg/L Alcohol.
|
||||
*
|
||||
* @ingroup gas
|
||||
* @ingroup gas analog
|
||||
* @snippet mq3.cxx Interesting
|
||||
* @image html grovegas.jpeg
|
||||
*/
|
||||
|
@ -36,7 +36,7 @@ namespace upm {
|
||||
* on. It is highly sensitive and has a detection concentration of
|
||||
* 300-10000ppm.
|
||||
*
|
||||
* @ingroup gas
|
||||
* @ingroup gas analog
|
||||
* @snippet mq5.cxx Interesting
|
||||
* @image html grovegas.jpeg
|
||||
*/
|
||||
|
@ -35,7 +35,7 @@ namespace upm {
|
||||
* home and industry). It can detect Carbon Monoxide, Coal Gas and
|
||||
* Liquefied Gas. It's sensitivty is 10-1000ppmCO 100-10000PPm Gas.
|
||||
*
|
||||
* @ingroup gas
|
||||
* @ingroup gas analog
|
||||
* @snippet mq9.cxx Interesting
|
||||
* @image html mq9.jpeg
|
||||
*/
|
||||
|
Reference in New Issue
Block a user