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;