MAX31855 library

Fork of MAX31855 by Seeed

Files at this revision

API Documentation at this revision

Comitter:
DanielBlomdahl
Date:
Thu Mar 10 17:58:12 2016 +0000
Parent:
0:5d56064bc4c3
Commit message:
Working code of just one thermocouple (thermometer 1). Only prints data to Terminal. Does not save it to SD card

Changed in this revision

MAX31855.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 5d56064bc4c3 -r d8234681d212 MAX31855.cpp
--- a/MAX31855.cpp	Mon Feb 09 05:56:04 2015 +0000
+++ b/MAX31855.cpp	Thu Mar 10 17:58:12 2016 +0000
@@ -26,7 +26,7 @@
  */
 
 
-#include "max31855.h"
+#include "MAX31855.h"
 
 #define LOG(args...)    printf(args)