mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
hx711: swapped example with image for consistency
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
17ecaf522a
commit
44f866f924
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user