mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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 {
|
||||
|
||||
/**
|
||||
* @brief Bosch 3-axis Accelerometer
|
||||
* @defgroup bma250e libupm-bma250e
|
||||
* @ingroup i2c spi gpio bosch accelerometer
|
||||
*/
|
||||
|
||||
/**
|
||||
* @library bma250e
|
||||
* @sensor bma250e
|
||||
|
@ -33,6 +33,12 @@
|
||||
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief Bosch 3-axis Gyroscope
|
||||
* @defgroup bmg160 libupm-bmg160
|
||||
* @ingroup i2c spi gpio bosch gyro
|
||||
*/
|
||||
|
||||
/**
|
||||
* @library bmg160
|
||||
* @sensor bmg160
|
||||
|
@ -33,6 +33,12 @@
|
||||
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief Bosch 3-axis Magnetometer
|
||||
* @defgroup bmm150 libupm-bmm150
|
||||
* @ingroup i2c spi gpio bosch compass
|
||||
*/
|
||||
|
||||
/**
|
||||
* @library bmx050
|
||||
* @sensor bmm150
|
||||
|
Loading…
x
Reference in New Issue
Block a user