doc: improve & complete documentation on many sensors

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-09-01 15:31:55 +01:00
parent 3ed11d7c37
commit e3177c260c
27 changed files with 119 additions and 28 deletions

View File

@ -36,8 +36,10 @@ namespace upm {
/**
* @brief C++ API for LPD8806
*
* This file defines the LPD8806 C++ interface for liblpd8806
* The FastPixel lpd8806 is an RGB led strip controller.
*
* @snippet lpd8806-example.cxx Interesting
* @image html lpd8806.jpeg
*/
class LPD8806 {
public: