mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 07:04:14 +03:00 
			
		
		
		
	ta12200.h: adding doxygen tags
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
		| @@ -33,18 +33,35 @@ | ||||
| #define TA12200_ADC_RES 1024 | ||||
|  | ||||
| namespace upm { | ||||
|  | ||||
|   /** | ||||
|    * @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. | ||||
|    * | ||||
|    * @ingroup analog | ||||
|    * @snippet ta12200.cxx Interesting | ||||
|    */ | ||||
| /** | ||||
|  * @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. | ||||
|  * | ||||
|  * @defgroup ta12200 libupm-ta12200 | ||||
|  * @ingroup seeed analog electric | ||||
|  */ | ||||
| /** | ||||
|  * @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 { | ||||
|   public: | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Van Drasek
					John Van Drasek