Pārlūkot izejas kodu

max31855: fix missing interesting tag in header for doc

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Brendan Le Foll 10 gadus atpakaļ
vecāks
revīzija
961c33ad48
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      src/max31855/max31855.h

+ 2
- 0
src/max31855/max31855.h Parādīt failu

@@ -63,7 +63,9 @@ class MAX31855 {
63 63
          *
64 64
          * @return value in degrees celcius
65 65
          */
66
+//! [Interesting]
66 67
         double getTemp();
68
+//! [Interesting]
67 69
 
68 70
     private:
69 71
         mraa_spi_context m_sensor;