![](/media/cache/profiles/a7921ea22e084f4c3f660b30749325c3.jpg.50x50_q85.jpg)
TechshopReflow
Fork of max31855Sample by
Revision 3:adc7ee7569d2, committed 2017-02-22
- 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 |
diff -r d3e63bd08832 -r adc7ee7569d2 main.cpp --- 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;