mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
enc03r: header update
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
dec2e8eacc
commit
b218d01248
@ -29,6 +29,20 @@
|
|||||||
namespace upm {
|
namespace upm {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @brief ENC03R Single Axis Gyro library
|
||||||
|
* @defgroup enc03r libupm-enc03r
|
||||||
|
* @ingroup seeed analog compass
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @library enc03r
|
||||||
|
* @sensor enc03r
|
||||||
|
* @comname Grove Single Axis Analog Gyro
|
||||||
|
* @altname ENC03R
|
||||||
|
* @type compass
|
||||||
|
* @man seeed
|
||||||
|
* @con analog
|
||||||
|
*
|
||||||
* @brief C++ API for the ENC03R Single Axis Analog Gyro
|
* @brief C++ API for the ENC03R Single Axis Analog Gyro
|
||||||
*
|
*
|
||||||
* UPM module for the ENC03R Single Axis Analog Gyro.
|
* UPM module for the ENC03R Single Axis Analog Gyro.
|
||||||
@ -36,7 +50,6 @@ namespace upm {
|
|||||||
* how fast the sensor is rotating around the x-axis.
|
* how fast the sensor is rotating around the x-axis.
|
||||||
* Calibration of the sensor is necessary for accurate readings.
|
* Calibration of the sensor is necessary for accurate readings.
|
||||||
*
|
*
|
||||||
* @ingroup grove analog
|
|
||||||
* @snippet enc03r.cxx Interesting
|
* @snippet enc03r.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class ENC03R {
|
class ENC03R {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user