Add thermocouple with AD8495 support

Co-Authored-By: Dmitriy <demonx@demonx.ru>
This commit is contained in:
Scott Lahteine
2018-05-02 07:03:47 -05:00
parent a556a8c506
commit b50afa9897
99 changed files with 407 additions and 227 deletions

View File

@@ -23,7 +23,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"