mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-29 14:15:33 +03:00 
			
		
		
		
	tcs3414cs.h: adding doxygen tags
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
		| @@ -104,17 +104,27 @@ typedef struct { | ||||
|     uint16_t clr; | ||||
| } tcs3414sc_rgb_t; | ||||
|  | ||||
| /** | ||||
|  * @brief tcs3414cs color sensor library | ||||
|  * @defgroup tcs3414cs libupm-tcs3414cs | ||||
|  */ | ||||
|  | ||||
| /** | ||||
|  * @brief C++ API for TCS3414CS chip (Color sensor) | ||||
|  * | ||||
|  * This file defines the TCS3414CS C++ interface for libtcs3414cs | ||||
|  *   his file defines the TCS3414CS C++ interface for the color sensor | ||||
|  * | ||||
|  * @defgroup tcs3414cs libupm-tcs3414cs | ||||
|  * @ingroup seeed i2c color | ||||
|  */ | ||||
| /** | ||||
|  * @library tcs3414cs | ||||
|  * @sensor tcs3414cs | ||||
|  * @comname Color sensor | ||||
|  * @type color | ||||
|  * @man seeed | ||||
|  * @web http://www.seeedstudio.com/wiki/Grove_-_I2C_Color_Sensor | ||||
|  * @con i2c | ||||
|  * | ||||
|  * @brief C++ API for TCS3414CS chip (Color sensor) | ||||
|  *  | ||||
|  *   This file defines the TCS3414CS C++ interface for the color sensor | ||||
|  * | ||||
|  * @ingroup tcs3414cs i2c | ||||
|  * @snippet tcs3414cs.cxx Interesting | ||||
|  */ | ||||
| class TCS3414CS { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Van Drasek
					John Van Drasek