max31855: fix missing interesting tag in header for doc

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll 2014-09-05 17:12:35 +01:00
parent 7580465f6b
commit 961c33ad48

View File

@ -63,7 +63,9 @@ class MAX31855 {
*
* @return value in degrees celcius
*/
//! [Interesting]
double getTemp();
//! [Interesting]
private:
mraa_spi_context m_sensor;