NTC Thermistor class.

Dependents:   FermenterTempArray

Fork of Thermistor by kazunori ogasawara

Files at this revision

API Documentation at this revision

Comitter:
macht
Date:
Tue Sep 09 02:53:49 2014 +0000
Parent:
2:b052ac698148
Commit message:
add documents

Changed in this revision

NTCThermistor.h Show annotated file Show diff for this revision Revisions of this file
--- a/NTCThermistor.h	Tue Sep 09 02:48:51 2014 +0000
+++ b/NTCThermistor.h	Tue Sep 09 02:53:49 2014 +0000
@@ -1,8 +1,10 @@
-#ifndef THERMISTOR_H
-#define THERMISTOR_H
+#ifndef NTCTHERMISTOR_H
+#define NTCTHERMISTOR_H
 #include "mbed.h"
 #include "math.h"
-
+/**
+*NTC Thermistor class
+*/
 class NTCThermistor
 {
     public: