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: /**