mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 07:04:14 +03:00 
			
		
		
		
	yg1006: adding doxygen tags
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
		| @@ -27,14 +27,29 @@ | ||||
| #include <mraa/gpio.h> | ||||
|  | ||||
| namespace upm { | ||||
|  | ||||
|     /** | ||||
|      * @brief Library for the YG1006 flame sensor | ||||
|      * | ||||
|      *   UPM module for the YG1006 flame sensor.  It detects flame or any | ||||
|      *   other light in the 760nm - 1100nm wavelength range. | ||||
|      * | ||||
|      * @defgroup yg1006 libupm-yg1006 | ||||
|      * @ingroup seeed gpio light | ||||
|      */ | ||||
|     /** | ||||
|      * @library yg1006 | ||||
|      * @sensor yg1006 | ||||
|      * @comname flame sensor | ||||
|      * @type light | ||||
|      * @man seeed | ||||
|      * @web http://www.seeedstudio.com/wiki/Grove_-_Flame_Sensor | ||||
|      * @con gpio | ||||
|      * | ||||
|      * @brief C++ API for the YG1006 flame sensor | ||||
|      *  | ||||
|      *   UPM module for the YG1006 flame sensor.  It detects flame or any | ||||
|      *   other light in the 760nm - 1100nm wavelength range. | ||||
|      * | ||||
|    * @ingroup gpio | ||||
|      * @snippet yg1006.cxx Interesting | ||||
|      */ | ||||
|   class YG1006 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Van Drasek
					John Van Drasek