From 961c33ad483495cec7822dfb850af08063767f36 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 5 Sep 2014 17:12:35 +0100 Subject: [PATCH] max31855: fix missing interesting tag in header for doc Signed-off-by: Brendan Le Foll --- src/max31855/max31855.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/max31855/max31855.h b/src/max31855/max31855.h index 19900999..0c60166d 100644 --- a/src/max31855/max31855.h +++ b/src/max31855/max31855.h @@ -63,7 +63,9 @@ class MAX31855 { * * @return value in degrees celcius */ +//! [Interesting] double getTemp(); +//! [Interesting] private: mraa_spi_context m_sensor;