Add thermocouple with AD8495 support
This commit is contained in:
committed by
Scott Lahteine
parent
00e86f1c2d
commit
e911635fb1
@ -32,7 +32,9 @@
|
||||
#undef THERMISTOR_NAME
|
||||
|
||||
// Thermcouples
|
||||
#if THERMISTOR_ID == -3
|
||||
#if THERMISTOR_ID == -4
|
||||
#define THERMISTOR_NAME "AD8495"
|
||||
#elif THERMISTOR_ID == -3
|
||||
#define THERMISTOR_NAME "MAX31855"
|
||||
#elif THERMISTOR_ID == -2
|
||||
#define THERMISTOR_NAME "MAX6675"
|
||||
|
Reference in New Issue
Block a user