mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-30 06:34:58 +03:00 
			
		
		
		
	max31855: Adding doxygen comments and removing image
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
		| @@ -32,9 +32,16 @@ namespace upm { | ||||
| /** | ||||
|  * @brief max31855 thermocouple library | ||||
|  * @defgroup max31855 libupm-max31855 | ||||
|  * @ingroup maxim spi other | ||||
|  */ | ||||
|  | ||||
| /** | ||||
|  * @library libupm-max31855 | ||||
|  * @sensor max31855 | ||||
|  * @comname max31855 thermocouple library | ||||
|  * @type other | ||||
|  * @man maxim | ||||
|  * @con spi | ||||
|  * | ||||
|  * @brief C++ API for MAX31855 | ||||
|  * | ||||
|  * The Maxim Integrated | ||||
| @@ -45,9 +52,7 @@ namespace upm { | ||||
|  * (http://datasheets.maximintegrated.com/en/ds/MAX31855PMB1.pdf) from the | ||||
|  * analog PMOD kit. | ||||
|  * | ||||
|  * @ingroup max31855 spi | ||||
|  * @snippet max31855.cxx Interesting | ||||
|  * @image html max31855.jpeg | ||||
|  */ | ||||
| class MAX31855 { | ||||
|     public: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Van Drasek
					John Van Drasek