mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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
|
||||
|
||||
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)
|
||||
@ -70,8 +74,7 @@ namespace upm {
|
||||
*
|
||||
* This module has been tested on the GY65/BMP085 and BMP180 sensors.
|
||||
*
|
||||
* @ingroup bmpx8x i2c
|
||||
* @defgroup bmpx8x libupm-bmpx8x
|
||||
* @ingroup i2c bmpx8x
|
||||
* @snippet bmpx8x.cxx Interesting
|
||||
* @image html bmp085.jpeg
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user