diff options
| author | Donald Delmar Davis <don@suspectdevices.com> | 2017-10-20 10:46:30 -0700 |
|---|---|---|
| committer | Donald Delmar Davis <don@suspectdevices.com> | 2017-10-20 10:46:30 -0700 |
| commit | 261ac02efc8361ac1e55d9be72cfab1c8ea55237 (patch) | |
| tree | 4fbe0b23659cbd7c5f50c9e10f65d0441e6fee7c /Arduino/ems/Thermocouple.cpp | |
Let's do this
Diffstat (limited to 'Arduino/ems/Thermocouple.cpp')
| -rwxr-xr-x | Arduino/ems/Thermocouple.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Arduino/ems/Thermocouple.cpp b/Arduino/ems/Thermocouple.cpp new file mode 100755 index 0000000..c06528c --- /dev/null +++ b/Arduino/ems/Thermocouple.cpp @@ -0,0 +1,9 @@ +/****************************************************************** + * Thermocouple.cpp - type description for temperature measurement. + */ + +#include "Thermocouple.h" + +Thermocouples thermocouple; + + |
