Configurable Thermistor (#13888)

This commit is contained in:
doggyfan
2019-05-07 00:51:06 +01:00
committed by Scott Lahteine
parent 172abc305b
commit 23a8707ef1
183 changed files with 4575 additions and 151 deletions

View File

@ -31,8 +31,12 @@
#undef THERMISTOR_NAME
// User-specified thermistor parameters
#if THERMISTOR_ID == 1000
#define THERMISTOR_NAME "User Parameters"
// Thermcouples
#if THERMISTOR_ID == -4
#elif THERMISTOR_ID == -4
#define THERMISTOR_NAME "AD8495"
#elif THERMISTOR_ID == -3
#define THERMISTOR_NAME "MAX31855"