mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
bmpx8x: header update
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
77be6adf6d
commit
090035bf1d
@ -60,12 +60,22 @@
|
||||
#define LOW 0
|
||||
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief GY65/BPM085, and BMP180 atmospheric pressure sensor library
|
||||
* @defgroup bmpx8x libupm-bmpx8x
|
||||
* @ingroup seeed adafruit sparkfun i2c pressure
|
||||
*/
|
||||
|
||||
/**
|
||||
* @library bmpx8x
|
||||
* @sensor bmpx8x
|
||||
* @comname Bosch BMP Atmospheric Pressure Sensor
|
||||
* @altname GY65 BMP085 BMP180 BMP183
|
||||
* @type pressure
|
||||
* @man seeed adafruit sparkfun
|
||||
* @con i2c
|
||||
*
|
||||
* @brief C++ API for GY65/BMP085 and BMP180 chips (Atmospheric Pressure Sensor)
|
||||
*
|
||||
* The Bosch GY65/BMP085 and BMP180 are high precision, ultra-low
|
||||
@ -74,10 +84,10 @@ namespace upm {
|
||||
*
|
||||
* This module has been tested on the GY65/BMP085 and BMP180 sensors.
|
||||
*
|
||||
* @ingroup i2c bmpx8x
|
||||
* @snippet bmpx8x.cxx Interesting
|
||||
* @image html bmp085.jpeg
|
||||
* @snippet bmpx8x.cxx Interesting
|
||||
*/
|
||||
|
||||
class BMPX8X {
|
||||
public:
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user