mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
bmpx8x: fix comments so documentation works properly
Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
23e47fa3b9
commit
92615f0637
@ -60,6 +60,10 @@
|
|||||||
#define LOW 0
|
#define LOW 0
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
/**
|
||||||
|
* @brief GY65/BPM085, and BMP180 atmospheric pressure sensor library
|
||||||
|
* @defgroup bmpx8x libupm-bmpx8x
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief C++ API for GY65/BMP085 and BMP180 chips (Atmospheric Pressure Sensor)
|
* @brief C++ API for GY65/BMP085 and BMP180 chips (Atmospheric Pressure Sensor)
|
||||||
@ -70,8 +74,7 @@ namespace upm {
|
|||||||
*
|
*
|
||||||
* This module has been tested on the GY65/BMP085 and BMP180 sensors.
|
* This module has been tested on the GY65/BMP085 and BMP180 sensors.
|
||||||
*
|
*
|
||||||
* @ingroup bmpx8x i2c
|
* @ingroup i2c bmpx8x
|
||||||
* @defgroup bmpx8x libupm-bmpx8x
|
|
||||||
* @snippet bmpx8x.cxx Interesting
|
* @snippet bmpx8x.cxx Interesting
|
||||||
* @image html bmp085.jpeg
|
* @image html bmp085.jpeg
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user