Thermocouple mV conversion library

Dependents:   CN0391

Files at this revision

API Documentation at this revision

Comitter:
adisuciu
Date:
Mon Nov 07 16:04:51 2016 +0000
Parent:
0:a878bf59a337
Commit message:
Updated include filename case

Changed in this revision

Thermocouple.cpp Show annotated file Show diff for this revision Revisions of this file
Thermocouple_lut.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Thermocouple.cpp	Mon Nov 07 15:47:01 2016 +0000
+++ b/Thermocouple.cpp	Mon Nov 07 16:04:51 2016 +0000
@@ -1,4 +1,4 @@
-#include "thermocouple.h"
+#include "Thermocouple.h"
 
 // http://srdata.nist.gov/its90/download/allcoeff.tab
 
--- a/Thermocouple_lut.cpp	Mon Nov 07 15:47:01 2016 +0000
+++ b/Thermocouple_lut.cpp	Mon Nov 07 16:04:51 2016 +0000
@@ -1,4 +1,4 @@
-#include "thermocouple.h"
+#include "Thermocouple.h"
 
 
 #ifdef TYPE_B_LUT