mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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:
parent
025844fe24
commit
87b10e33d0
@ -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
|
||||
*/
|
||||
|
@ -313,6 +313,12 @@
|
||||
* @ingroup bycon
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief Modules using Firmata over serial
|
||||
* @defgroup firmata Firmata
|
||||
* @ingroup bycon
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////// @cond MAN
|
||||
/// Groups for the various Manufacturers.
|
||||
////////////////////////////////////////////////////////////////// @endcond MAN
|
||||
|
Loading…
x
Reference in New Issue
Block a user