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

@ -38,7 +38,7 @@ namespace upm {
* [Grove LCD RGB Backlight v2.0 display]
* (http://www.seeedstudio.com/depot/Grove-LCD-RGB-Backlight-p-1643.html?cPath=34_36)
*
* @ingroup i2clcd
* @ingroup i2clcd i2c
* @snippet rgb-lcd.cxx Interesting
* @image html grovergblcd.jpeg
*/

View File

@ -42,7 +42,7 @@ namespace upm {
* [TC1602A-01T](https://www.adafruit.com/datasheets/TC1602A-01T.pdf) seems to
* the best documented example.
*
* @ingroup i2clcd
* @ingroup i2clcd i2c
* @snippet lcm-lcd.cxx Interesting
* @image html lcm1602.jpeg
*/

View File

@ -42,7 +42,7 @@ namespace upm {
* (http://www.seeedstudio.com/wiki/Grove_-_OLED_Display_0.96%22)
* which is an OLED monochrome display
*
* @ingroup i2clcd
* @ingroup i2clcd i2c
* @snippet oled-1308.cxx Interesting
* @image html ssd1308.jpeg
*/

View File

@ -42,7 +42,7 @@ namespace upm {
* (http://www.seeedstudio.com/wiki/Grove_-_OLED_Display_1.12%22)
* which is an OLED monochrome display
*
* @ingroup i2clcd
* @ingroup i2clcd i2c
* @snippet oled-1327.cxx Interesting
* @image html ssd1327.jpeg
*/