Browse Source

biss0001: updated header with new tags

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Mihai Tudor Panu 10 years ago
parent
commit
8ece990ce9
1 changed files with 13 additions and 1 deletions
  1. 13
    1
      src/biss0001/biss0001.h

+ 13
- 1
src/biss0001/biss0001.h View File

@@ -27,13 +27,25 @@
27 27
 #include <mraa/aio.h>
28 28
 
29 29
 namespace upm {
30
+  /**
31
+   * @brief BISS0001 motion sensor library
32
+   * @defgroup biss0001 libupm-biss0001
33
+   * @ingroup seeed gpio light
34
+   */
30 35
 
31 36
   /**
37
+   * @library biss0001
38
+   * @sensor biss0001
39
+   * @comname PIR Motion Sensor
40
+   * @type light
41
+   * @man seeed
42
+   * @web http://www.seeedstudio.com/depot/Grove-PIR-Motion-Sensor-p-802.html
43
+   * @con gpio
44
+   *
32 45
    * @brief C++ API for the BISS0001 Motion Sensor
33 46
    *
34 47
    * UPM module for the BISS0001 Motion Sensor
35 48
    *
36
-   * @ingroup gpio
37 49
    * @snippet biss0001.cxx Interesting
38 50
    */
39 51
   class BISS0001 {