hx711: swapped example with image for consistency

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2015-04-13 12:12:58 -07:00
parent 17ecaf522a
commit 44f866f924

View File

@ -28,7 +28,6 @@
#include <mraa/gpio.h> #include <mraa/gpio.h>
namespace upm { namespace upm {
/** /**
* @brief HX711 24bit ADC library * @brief HX711 24bit ADC library
* @defgroup hx711 libupm-hx711 * @defgroup hx711 libupm-hx711
@ -51,8 +50,8 @@ namespace upm {
* interface directly with a bridge sensor. This module was tested on * interface directly with a bridge sensor. This module was tested on
* the Intel Galileo Gen2. * the Intel Galileo Gen2.
* *
* @snippet hx711.cxx Interesting
* @image html hx711.jpeg * @image html hx711.jpeg
* @snippet hx711.cxx Interesting
*/ */
class HX711 { class HX711 {
public: public: