Extend measuring range of thermocouple for MAX31855

This commit is contained in:
esenapaj
2016-10-17 01:30:04 +09:00
parent 483082387c
commit 70e287ca8c
2 changed files with 11 additions and 3 deletions

View File

@ -222,8 +222,12 @@
#if TEMP_SENSOR_0 == -3
#define HEATER_0_USES_MAX6675
#define MAX6675_IS_MAX31855
#define MAX6675_TMIN -270
#define MAX6675_TMAX 1800
#elif TEMP_SENSOR_0 == -2
#define HEATER_0_USES_MAX6675
#define MAX6675_TMIN 0
#define MAX6675_TMAX 1024
#elif TEMP_SENSOR_0 == -1
#define HEATER_0_USES_AD595
#elif TEMP_SENSOR_0 == 0