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

@ -49,7 +49,7 @@ class Grove {
*
* Very basic UPM module for grove LED, or any LED for that matter
*
* @ingroup grove
* @ingroup grove gpio
* @snippet groveled.cxx Interesting
*/
class GroveLed: public Grove {
@ -68,7 +68,7 @@ class GroveLed: public Grove {
*
* Very basic UPM module for grove temperature sensor on analog
*
* @ingroup grove
* @ingroup grove analog
* @snippet grovetemp.cxx Interesting
*/
class GroveTemp: public Grove {
@ -104,7 +104,7 @@ class GroveTemp: public Grove {
*
* Very basic UPM module for grove Light sensor on analog
*
* @ingroup grove
* @ingroup grove analog
* @snippet grovelight.cxx Interesting
*/
class GroveLight: public Grove {