mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 10:20:01 +03:00
ina132: updated header with tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
44f866f924
commit
d7a389a358
@ -28,10 +28,19 @@
|
|||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
/**
|
/**
|
||||||
* @brief UPM module for the INA132 Differential Amplifier Sensor
|
* @brief UPM library for the INA132 Differential Amplifier Sensor
|
||||||
* @defgroup ina132 libupm-ina132
|
* @defgroup ina132 libupm-ina132
|
||||||
|
* @ingroup seeed analog electric
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
|
* @library ina132
|
||||||
|
* @sensor ina132
|
||||||
|
* @comname Grove Differential Amplifier
|
||||||
|
* @altname INA132
|
||||||
|
* @type electric
|
||||||
|
* @man seeed
|
||||||
|
* @con analog
|
||||||
|
*
|
||||||
* @brief C++ API for the INA132 Differential Amplifier Sensor
|
* @brief C++ API for the INA132 Differential Amplifier Sensor
|
||||||
*
|
*
|
||||||
* The INA132 Differential Amplifier Sensor is designed
|
* The INA132 Differential Amplifier Sensor is designed
|
||||||
@ -40,7 +49,6 @@ namespace upm {
|
|||||||
* This sensor was tested amplifying the signal
|
* This sensor was tested amplifying the signal
|
||||||
* from a Weight Sensor (Load Cell)0-500g
|
* from a Weight Sensor (Load Cell)0-500g
|
||||||
*
|
*
|
||||||
* @ingroup analog ina132
|
|
||||||
* @snippet ina132.cxx Interesting
|
* @snippet ina132.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class INA132 {
|
class INA132 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user