|
@@ -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 {
|