Calculate temperature based on resistance from thermistor with lookup chart

Revision:
6:3c9cb2bd08c6
Parent:
5:88bf5a42812e
--- a/thermister_ert-j0eg1.cpp	Wed Mar 30 13:32:40 2016 +0000
+++ b/thermister_ert-j0eg1.cpp	Sat Apr 02 03:48:56 2016 +0000
@@ -1,3 +1,9 @@
+/* thermister_ert-j0eg1.cpp
+  By Joseph Ellsworth CTO of A2WH
+  Take a look at A2WH.com Producing Water from Air using Solar Energy
+  March-2016 License: https://developer.mbed.org/handbook/MIT-Licence 
+*/
+
 #include "mbed.h"
 #include "ohms.h"  // from library ohms_law
 #include "thermister_ert-j0eg1.h"