Add thermocouple with AD8495 support

This commit is contained in:
nightdemonx
2018-05-02 01:24:45 +05:00
committed by Scott Lahteine
parent 00e86f1c2d
commit e911635fb1
118 changed files with 443 additions and 316 deletions

View File

@ -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"