Very simple library for reading temperature from NTC thermistors

Dependents:   lightweight-weather-station

Revision:
1:424e85f62cd8
Parent:
0:5459d9074b70
diff -r 5459d9074b70 -r 424e85f62cd8 thermistor.h
--- a/thermistor.h	Sun May 17 18:10:37 2020 +0000
+++ b/thermistor.h	Sun May 17 18:18:29 2020 +0000
@@ -35,6 +35,9 @@
      */
     float temperature();
     void get_temperature();
+    /**
+     * @returns resistance of thermistor
+     */
     float resistance();
     void init();