max31723: improve documentation
authorBrendan Le Foll <brendan.le.foll@intel.com>
Thu, 28 Aug 2014 17:03:38 +0000 (18:03 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Thu, 28 Aug 2014 17:03:38 +0000 (18:03 +0100)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
docs/images/max31723.jpeg [new file with mode: 0644]
src/max31723/max31723.h

diff --git a/docs/images/max31723.jpeg b/docs/images/max31723.jpeg
new file mode 100644 (file)
index 0000000..41bbca6
Binary files /dev/null and b/docs/images/max31723.jpeg differ
index e251faf..c77594c 100644 (file)
@@ -36,7 +36,14 @@ namespace upm {
 /**
  * @brief C++ API for MAX31723 chip (Temperature sensor)
  *
- * This file defines the MAX31723 C++ interface for libmax31723
+ * The Maxim Integrated
+ * [MAX31723](http://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf)
+ * is a Low-Voltage 3-Wire/SPI Temperature Sensor controller. This module was
+ * tested on the Maxim Integrated [MAX31732PMB1 PMOD
+ * module](http://datasheets.maximintegrated.com/en/ds/MAX31723PMB1.pdf) from
+ * the analog PMOD kit.
+ *
+ * @image html max31723.jpeg
  *
  */
 class MAX31723 {