mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00
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:
parent
7580465f6b
commit
961c33ad48
@ -63,7 +63,9 @@ class MAX31855 {
|
|||||||
*
|
*
|
||||||
* @return value in degrees celcius
|
* @return value in degrees celcius
|
||||||
*/
|
*/
|
||||||
|
//! [Interesting]
|
||||||
double getTemp();
|
double getTemp();
|
||||||
|
//! [Interesting]
|
||||||
|
|
||||||
private:
|
private:
|
||||||
mraa_spi_context m_sensor;
|
mraa_spi_context m_sensor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user