docs: updated manufacturer field for bosch sensors

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2017-08-02 17:19:12 -07:00
parent c46fb64cac
commit db89d872b4
6 changed files with 12 additions and 11 deletions

View File

@ -36,7 +36,7 @@ namespace upm {
/** /**
* @brief BMA220 Accelerometer library * @brief BMA220 Accelerometer library
* @defgroup bma220 libupm-bma220 * @defgroup bma220 libupm-bma220
* @ingroup i2c gpio accelerometer * @ingroup i2c gpio accelerometer bosch dfrobot
*/ */
/** /**
@ -44,7 +44,7 @@ namespace upm {
* @sensor bma220 * @sensor bma220
* @comname Digital Triaxial Acceleration Sensor * @comname Digital Triaxial Acceleration Sensor
* @type accelerometer * @type accelerometer
* @man dfrobot * @man bosch dfrobot
* @con i2c gpio * @con i2c gpio
* @web http://www.dfrobot.com/index.php?route=product/product&product_id=1085 * @web http://www.dfrobot.com/index.php?route=product/product&product_id=1085
* *

View File

@ -33,7 +33,7 @@ namespace upm {
/** /**
* @brief BMI160 3-axis Accelerometer, Gyroscope and Magnetometer * @brief BMI160 3-axis Accelerometer, Gyroscope and Magnetometer
* @defgroup bmi160 libupm-bmi160 * @defgroup bmi160 libupm-bmi160
* @ingroup i2c accelerometer compass * @ingroup i2c accelerometer compass bosch mouser
*/ */
@ -43,7 +43,7 @@ namespace upm {
* @comname Low-power IMU (triaxial Accelerometer and Triaxial Gyroscope) * @comname Low-power IMU (triaxial Accelerometer and Triaxial Gyroscope)
* and Magnetometer * and Magnetometer
* @type accelerometer compass * @type accelerometer compass
* @man mouser * @man bosch mouser
* @con i2c * @con i2c
* @web https://www.bosch-sensortec.com/bst/products/all_products/bmi160 * @web https://www.bosch-sensortec.com/bst/products/all_products/bmi160
* *

View File

@ -37,7 +37,7 @@ namespace upm {
* @sensor bme280 * @sensor bme280
* @comname Digital Humidity, Pressure, and Temperature Sensor * @comname Digital Humidity, Pressure, and Temperature Sensor
* @type pressure humidity * @type pressure humidity
* @man adafruit * @man bosch adafruit
* @con i2c spi gpio * @con i2c spi gpio
* @web https://www.adafruit.com/products/2652 * @web https://www.adafruit.com/products/2652
* *

View File

@ -36,7 +36,7 @@ namespace upm {
/** /**
* @brief BMP280 Digital Pressure Sensor * @brief BMP280 Digital Pressure Sensor
* @defgroup bmp280 libupm-bmp280 * @defgroup bmp280 libupm-bmp280
* @ingroup i2c spi gpio pressure * @ingroup i2c spi gpio pressure bosch adafruit
*/ */
/** /**
@ -44,7 +44,7 @@ namespace upm {
* @sensor bmp280 * @sensor bmp280
* @comname Digital Pressure Sensor * @comname Digital Pressure Sensor
* @type pressure * @type pressure
* @man adafruit * @man bosch adafruit
* @con i2c spi gpio * @con i2c spi gpio
* @web https://www.adafruit.com/products/2651 * @web https://www.adafruit.com/products/2651
* *

View File

@ -39,7 +39,8 @@ namespace upm {
/** /**
* @brief Bosch BMP & GY65 Atmospheric Pressure Sensor library * @brief Bosch BMP & GY65 Atmospheric Pressure Sensor library
* @defgroup bmpx8x libupm-bmpx8x @ingroup seeed adafruit sparkfun i2c * @defgroup bmpx8x libupm-bmpx8x
* @ingroup bosch seeed adafruit sparkfun i2c
* pressure * pressure
*/ */
@ -49,7 +50,7 @@ namespace upm {
* @comname BMP Atmospheric Pressure Sensor * @comname BMP Atmospheric Pressure Sensor
* @altname GY65 BMP085 BMP180 BMP183 * @altname GY65 BMP085 BMP180 BMP183
* @type pressure * @type pressure
* @man seeed adafruit sparkfun * @man bosch seeed adafruit sparkfun
* @con i2c * @con i2c
* @web https://www.sparkfun.com/datasheets/Components/General/BST-BMP085-DS000-05.pdf * @web https://www.sparkfun.com/datasheets/Components/General/BST-BMP085-DS000-05.pdf
* @web https://www.bosch-sensortec.com/bst/products/all_products/bmp180 * @web https://www.bosch-sensortec.com/bst/products/all_products/bmp180

View File

@ -33,7 +33,7 @@ namespace upm {
/** /**
* @brief BNO055 Absolute Orientation 9DOF Fusion Hub * @brief BNO055 Absolute Orientation 9DOF Fusion Hub
* @defgroup bno055 libupm-bno055 * @defgroup bno055 libupm-bno055
* @ingroup i2c gpio accelerometer compass * @ingroup i2c gpio accelerometer compass bosch adafruit
*/ */
/** /**
@ -41,7 +41,7 @@ namespace upm {
* @sensor bno055 * @sensor bno055
* @comname Intelligent 9-axis Absolute Orientation Sensor * @comname Intelligent 9-axis Absolute Orientation Sensor
* @type accelerometer compass * @type accelerometer compass
* @man adafruit * @man bosch adafruit
* @con i2c gpio * @con i2c gpio
* @web https://www.adafruit.com/products/2472 * @web https://www.adafruit.com/products/2472
* *