TechshopReflow

Dependencies:   MAX31855 mbed

Fork of max31855Sample by Joe Staton

Files at this revision

API Documentation at this revision

Comitter:
Info
Date:
Wed Feb 22 15:02:37 2017 +0000
Parent:
2:d3e63bd08832
Commit message:
????????????????;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Feb 21 11:37:49 2017 +0000
+++ b/main.cpp	Wed Feb 22 15:02:37 2017 +0000
@@ -32,7 +32,9 @@
         //fvalue = fvalue *2 -160.0; //calibration here
         //fvalue = fvalue; //calibration here
         if((fvalue >= 2000)&&(fvalue <= 2010)){
-            printf("Plobe error : maybe wire is cut.\r\n");
+            printf("Plobe error : maybe wire is cut. stop all\r\n");
+            oOven = 0;
+            oFan = 0;
         }else{
             printf("Temp: %4.2f\n\r", fvalue);
             myled = !myled;