From 44f866f924d41e820c3c3cd04d6495affcc7a08a Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Mon, 13 Apr 2015 12:12:58 -0700 Subject: [PATCH] hx711: swapped example with image for consistency Signed-off-by: Mihai Tudor Panu --- src/hx711/hx711.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hx711/hx711.h b/src/hx711/hx711.h index 24cd633f..a102afa7 100644 --- a/src/hx711/hx711.h +++ b/src/hx711/hx711.h @@ -28,7 +28,6 @@ #include namespace upm { - /** * @brief HX711 24bit ADC library * @defgroup hx711 libupm-hx711 @@ -51,8 +50,8 @@ namespace upm { * interface directly with a bridge sensor. This module was tested on * the Intel Galileo Gen2. * - * @snippet hx711.cxx Interesting * @image html hx711.jpeg + * @snippet hx711.cxx Interesting */ class HX711 { public: