mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 17:30:01 +03:00
bma250e,bmg160,bmm150: add missing library header documentation to .hpp files
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
parent
460e9de94f
commit
6e4faefe15
@ -33,6 +33,12 @@
|
|||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Bosch 3-axis Accelerometer
|
||||||
|
* @defgroup bma250e libupm-bma250e
|
||||||
|
* @ingroup i2c spi gpio bosch accelerometer
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @library bma250e
|
* @library bma250e
|
||||||
* @sensor bma250e
|
* @sensor bma250e
|
||||||
|
@ -33,6 +33,12 @@
|
|||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Bosch 3-axis Gyroscope
|
||||||
|
* @defgroup bmg160 libupm-bmg160
|
||||||
|
* @ingroup i2c spi gpio bosch gyro
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @library bmg160
|
* @library bmg160
|
||||||
* @sensor bmg160
|
* @sensor bmg160
|
||||||
|
@ -33,6 +33,12 @@
|
|||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Bosch 3-axis Magnetometer
|
||||||
|
* @defgroup bmm150 libupm-bmm150
|
||||||
|
* @ingroup i2c spi gpio bosch compass
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @library bmx050
|
* @library bmx050
|
||||||
* @sensor bmm150
|
* @sensor bmm150
|
||||||
|
Loading…
x
Reference in New Issue
Block a user