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:
Brendan Le Foll
2014-10-02 10:28:29 +01:00
parent 79e8a261ba
commit 397af51d7c
33 changed files with 97 additions and 39 deletions

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/