Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: FermenterTempArray
Fork of Thermistor by
Revision 3:e9f38dc974f8, committed 2014-09-09
- 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:
