mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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:
parent
3567e079f9
commit
6da2d5047d
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB |
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user