diff --git a/src/biss0001/biss0001.h b/src/biss0001/biss0001.h index 80f5a3c3..32ff682f 100644 --- a/src/biss0001/biss0001.h +++ b/src/biss0001/biss0001.h @@ -27,13 +27,25 @@ #include namespace upm { + /** + * @brief BISS0001 motion sensor library + * @defgroup biss0001 libupm-biss0001 + * @ingroup seeed gpio light + */ /** + * @library biss0001 + * @sensor biss0001 + * @comname PIR Motion Sensor + * @type light + * @man seeed + * @web http://www.seeedstudio.com/depot/Grove-PIR-Motion-Sensor-p-802.html + * @con gpio + * * @brief C++ API for the BISS0001 Motion Sensor * * UPM module for the BISS0001 Motion Sensor * - * @ingroup gpio * @snippet biss0001.cxx Interesting */ class BISS0001 {