|
@@ -28,10 +28,19 @@
|
28
|
28
|
|
29
|
29
|
namespace upm {
|
30
|
30
|
/**
|
31
|
|
- * @brief UPM module for the GroveGSR Galvanic Skin Response Sensor
|
|
31
|
+ * @brief UPM library for the GroveGSR Galvanic Skin Response Sensor
|
32
|
32
|
* @defgroup grovegsr libupm-grovegsr
|
|
33
|
+ * @ingroup seeed analog electric
|
33
|
34
|
*/
|
|
35
|
+
|
34
|
36
|
/**
|
|
37
|
+ * @library grovegsr
|
|
38
|
+ * @sensor grovegsr
|
|
39
|
+ * @comname Grove GSR Sensor
|
|
40
|
+ * @type electric
|
|
41
|
+ * @man seeed
|
|
42
|
+ * @con analog
|
|
43
|
+ *
|
35
|
44
|
* @brief C++ API for the GroveGSR Galvanic Skin Response Sensor
|
36
|
45
|
*
|
37
|
46
|
* Measure the electrical conductance of skin in order
|
|
@@ -39,7 +48,6 @@ namespace upm {
|
39
|
48
|
* In other words, it measures sweat on your fingers
|
40
|
49
|
* as an indicator of strong emotional reactions.
|
41
|
50
|
*
|
42
|
|
- * @ingroup analog grovegsr
|
43
|
51
|
* @snippet grovegsr.cxx Interesting
|
44
|
52
|
*/
|
45
|
53
|
class GroveGSR {
|