From b243290a36503a9a598a385cd75a1f9c16b0fecf Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Thu, 9 Apr 2015 12:00:54 -0700 Subject: [PATCH] cjq4435: header update Signed-off-by: Mihai Tudor Panu --- src/cjq4435/cjq4435.h | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/cjq4435/cjq4435.h b/src/cjq4435/cjq4435.h index f4587d7e..e5603fa7 100644 --- a/src/cjq4435/cjq4435.h +++ b/src/cjq4435/cjq4435.h @@ -26,20 +26,30 @@ #include namespace upm { + /** + * @brief CJQ4435 MOSFET library + * @defgroup cjq4435 libupm-cjq4435 + * @ingroup seeed gpio pwm electric + */ /** + * @library cjq4435 + * @sensor cjq4435 + * @comname Grove MOSFET + * @altname CJQ4435 + * @type electric + * @man seeed + * @con gpio pwm + * * @brief C++ API for the CJQ4435 MOSFET * * UPM module for the CJQ4435 MOSFET. It was developed using the * Grove MOSFET module. A MOSFET is like a switch, but it can * switch much faster than a mechanical relay. Here, we implement * support via MRAA's PWM (Pulse Width Modulation) functions. - * * Please note, that the available periods will vary depending on * the capabilities of your device. * - * @ingroup gpio pwm - * @defgroup cjq4435 libupm-cjq4435 * @snippet cjq4435.cxx Interesting */ class CJQ4435 {