Support MAX31855 as Temperature Sensor -3

This commit is contained in:
Scott Lahteine
2016-03-08 06:58:11 -08:00
parent bedd4dab6a
commit 27f244ba2c
24 changed files with 76 additions and 51 deletions

View File

@@ -359,7 +359,10 @@
/**
* Temp Sensor defines
*/
#if TEMP_SENSOR_0 == -2
#if TEMP_SENSOR_0 == -3
#define HEATER_0_USES_MAX6675
#define MAX6675_IS_MAX31855
#elif TEMP_SENSOR_0 == -2
#define HEATER_0_USES_MAX6675
#elif TEMP_SENSOR_0 == -1
#define HEATER_0_USES_AD595