|
@@ -29,6 +29,20 @@
|
29
|
29
|
namespace upm {
|
30
|
30
|
|
31
|
31
|
/**
|
|
32
|
+ * @brief ENC03R Single Axis Gyro library
|
|
33
|
+ * @defgroup enc03r libupm-enc03r
|
|
34
|
+ * @ingroup seeed analog compass
|
|
35
|
+ */
|
|
36
|
+
|
|
37
|
+ /**
|
|
38
|
+ * @library enc03r
|
|
39
|
+ * @sensor enc03r
|
|
40
|
+ * @comname Grove Single Axis Analog Gyro
|
|
41
|
+ * @altname ENC03R
|
|
42
|
+ * @type compass
|
|
43
|
+ * @man seeed
|
|
44
|
+ * @con analog
|
|
45
|
+ *
|
32
|
46
|
* @brief C++ API for the ENC03R Single Axis Analog Gyro
|
33
|
47
|
*
|
34
|
48
|
* UPM module for the ENC03R Single Axis Analog Gyro.
|
|
@@ -36,7 +50,6 @@ namespace upm {
|
36
|
50
|
* how fast the sensor is rotating around the x-axis.
|
37
|
51
|
* Calibration of the sensor is necessary for accurate readings.
|
38
|
52
|
*
|
39
|
|
- * @ingroup grove analog
|
40
|
53
|
* @snippet enc03r.cxx Interesting
|
41
|
54
|
*/
|
42
|
55
|
class ENC03R {
|