mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
curieimu: updated description and added Firmata connection type to groups
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -31,25 +31,26 @@
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief CurieIMU sensor for Genuino 101 running Firmata
|
||||
* @brief CurieIMU sensor for Arduino/Genuino 101 running Firmata
|
||||
* @defgroup curieimu libupm-curieimu
|
||||
* @ingroup firmata
|
||||
* @ingroup firmata accelerometer compass bosch
|
||||
*/
|
||||
|
||||
/**
|
||||
* @library curieimu
|
||||
* @sensor curieimu
|
||||
* @comname Curie IMU sensor over Genuino 101 running Firmata
|
||||
* @altname Curie Firmata IMU
|
||||
* @type firmata
|
||||
* @man firmata imu genuino
|
||||
* @comname Curie IMU Sensor with Firmata
|
||||
* @altname Curie IMU Sensor for Arduino/Genuino 101 running Firmata
|
||||
* @type accelerometer compass
|
||||
* @man bosch
|
||||
* @con firmata
|
||||
*
|
||||
* @brief API for the Curie IMU via Firmata
|
||||
*
|
||||
* Curie IMU is a 6-axxis acclerometer
|
||||
* Curie IMU is a 6-axis accelerometer
|
||||
*
|
||||
* This module has been tested on an Genuino 101 running ConfigurableFirmata with CurieIMU
|
||||
* This module has been tested on an Arduino/Genuino 101 running
|
||||
* ConfigurableFirmata with CurieIMU
|
||||
*
|
||||
* @snippet curieimu.cxx Interesting
|
||||
*/
|
||||
|
Reference in New Issue
Block a user