From 090035bf1df359e7349664f47d72bf4acdcb907c Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Thu, 9 Apr 2015 11:07:21 -0700 Subject: [PATCH] bmpx8x: header update Signed-off-by: Mihai Tudor Panu --- src/bmpx8x/bmpx8x.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/bmpx8x/bmpx8x.h b/src/bmpx8x/bmpx8x.h index 53b5f4b4..e0430c23 100644 --- a/src/bmpx8x/bmpx8x.h +++ b/src/bmpx8x/bmpx8x.h @@ -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: /**