mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
ta12200.h: adding doxygen tags
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
1e7f1f7cf2
commit
7f30553a51
@ -33,18 +33,35 @@
|
|||||||
#define TA12200_ADC_RES 1024
|
#define TA12200_ADC_RES 1024
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
/**
|
||||||
/**
|
* @brief C++ API for the TA12-200 current transformer
|
||||||
* @brief C++ API for the TA12-200 current transformer
|
*
|
||||||
*
|
* UPM module for the TA12-200 current transformer, which is found,
|
||||||
* UPM module for the TA12-200 current transformer, which is found,
|
* for instance, in the Grove Electricity Sensor.
|
||||||
* for instance, in the Grove Electricity Sensor.
|
* This module can measure AC current moving through a wire at up
|
||||||
* This module can measure AC current moving through a wire at up
|
* to 5A.
|
||||||
* to 5A.
|
*
|
||||||
*
|
* @defgroup ta12200 libupm-ta12200
|
||||||
* @ingroup analog
|
* @ingroup seeed analog electric
|
||||||
* @snippet ta12200.cxx Interesting
|
*/
|
||||||
*/
|
/**
|
||||||
|
* @library ta12200
|
||||||
|
* @sensor ta12200
|
||||||
|
* @comname Current transformer
|
||||||
|
* @type electric
|
||||||
|
* @man seeed
|
||||||
|
* @web http://www.seeedstudio.com/wiki/Grove_-_Electricity_Sensor
|
||||||
|
* @con analog
|
||||||
|
*
|
||||||
|
* @brief C++ API for the TA12-200 current transformer
|
||||||
|
*
|
||||||
|
* UPM module for the TA12-200 current transformer, which is found,
|
||||||
|
* for instance, in the Grove Electricity Sensor.
|
||||||
|
* This module can measure AC current moving through a wire at up
|
||||||
|
* to 5A.
|
||||||
|
*
|
||||||
|
* @snippet ta12200.cxx Interesting
|
||||||
|
*/
|
||||||
class TA12200 {
|
class TA12200 {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user