blob: 31a46fbedeb4a9cca602e2bfa2b923afd2e1900f (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef THERMISTOR_TABLE
#define THERMISTOR_TABLE
// Copy this into the file Temperature Sensor.h if you are using a
// K-type thermocouple and the AD595 chip for temperature sensing.
// This file deliberately contains no data.
#endif
|