mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 15:15:07 +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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jon Trulson
					Jon Trulson