From 4b47f6e84b86aa9c6c09fa859c7ed22e7baef4e8 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Mon, 13 Apr 2015 13:40:16 -0700 Subject: [PATCH] lpd8806: updated header with tags Signed-off-by: Mihai Tudor Panu --- src/lpd8806/lpd8806.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/lpd8806/lpd8806.h b/src/lpd8806/lpd8806.h index 157b2b62..a4412ae2 100644 --- a/src/lpd8806/lpd8806.h +++ b/src/lpd8806/lpd8806.h @@ -36,16 +36,23 @@ namespace upm { /** * @brief FastPixel lpd8806 library * @defgroup lpd8806 libupm-lpd8806 + * @ingroup adafruit spi led */ /** + * @library lpd8806 + * @sensor lpd8806 + * @comname LPD8806 RGB LED Strip Controller + * @type led + * @man adafruit + * @con spi + * * @brief C++ API for LPD8806 * * The FastPixel lpd8806 is an RGB led strip controller. * - * @ingroup lpd8806 spi - * @snippet lpd8806.cxx Interesting * @image html lpd8806.jpeg + * @snippet lpd8806.cxx Interesting */ class LPD8806 { public: