Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
temp.h
00001 #ifndef TEMP 00002 #define TEMP 00003 #include "mbed.h" 00004 00005 bool temp_control(); 00006 float take_air_temp(); 00007 00008 //Temperature constants 00009 #define K0 0.00102119 00010 #define K1 0.000222468 00011 #define K2 1.33342e-7 00012 #define R1 15000 00013 #define TSLL 36 //Temperature safe lower limit 00014 #define TSUL 37 //Temperature safe upper limit 00015 #define TALL 35 //Temperature absolut lower limit 00016 #define TAUL 38 //Temperature absolut upper limit 00017 #define TMLL -10 //Temperature malfunction lower limit 00018 #define TMUL 50 //Temperature malfunction upper limit 00019 #define LC -40 //Lost connection 00020 #define ATB 1 //Air temp buffer 00021 00022 00023 #endif
Generated on Wed Jul 13 2022 10:07:54 by
1.7.2