diff --git a/config.default.h b/config.default.h index f5bb013..ca765d7 100644 --- a/config.default.h +++ b/config.default.h @@ -273,6 +273,9 @@ * THERMISTOR_EXTRUDER for the first or only table, or THERMISTOR_BED for * * the second table. See also early in ThermistorTable.{single|double}.h. * * * +* TT_INTERCOM and TT_NONE don't use a pin, insert AIO0 anyways to keep * +* the compiler happy. The pin won't be used in this case. * +* * \***************************************************************************/ #ifndef DEFINE_TEMP_SENSOR diff --git a/config.gen3.h b/config.gen3.h index 7a142a4..adfb431 100644 --- a/config.gen3.h +++ b/config.gen3.h @@ -279,6 +279,9 @@ * THERMISTOR_EXTRUDER for the first or only table, or THERMISTOR_BED for * * the second table. See also early in ThermistorTable.{single|double}.h. * * * +* TT_INTERCOM and TT_NONE don't use a pin, insert AIO0 anyways to keep * +* the compiler happy. The pin won't be used in this case. * +* * \***************************************************************************/ #ifndef DEFINE_TEMP_SENSOR @@ -286,8 +289,8 @@ #endif // name type pin additional -DEFINE_TEMP_SENSOR(noheater, TT_INTERCOM, 0, 0) -DEFINE_TEMP_SENSOR(bed, TT_INTERCOM, 1, 0) +DEFINE_TEMP_SENSOR(noheater, TT_INTERCOM, AIO0, 0) +DEFINE_TEMP_SENSOR(bed, TT_INTERCOM, AIO1, 0) // bed has no heater attached #define HEATER_bed HEATER_noheater diff --git a/config.gen6.h b/config.gen6.h index 37440f8..aa38f3f 100644 --- a/config.gen6.h +++ b/config.gen6.h @@ -273,6 +273,9 @@ * THERMISTOR_EXTRUDER for the first or only table, or THERMISTOR_BED for * * the second table. See also early in ThermistorTable.{single|double}.h. * * * +* TT_INTERCOM and TT_NONE don't use a pin, insert AIO0 anyways to keep * +* the compiler happy. The pin won't be used in this case. * +* * \***************************************************************************/ #ifndef DEFINE_TEMP_SENSOR diff --git a/config.gen7-v1.1-v1.3.h b/config.gen7-v1.1-v1.3.h index d2d1a9f..cff0c06 100644 --- a/config.gen7-v1.1-v1.3.h +++ b/config.gen7-v1.1-v1.3.h @@ -281,6 +281,9 @@ * THERMISTOR_EXTRUDER for the first or only table, or THERMISTOR_BED for * * the second table. See also early in ThermistorTable.{single|double}.h. * * * +* TT_INTERCOM and TT_NONE don't use a pin, insert AIO0 anyways to keep * +* the compiler happy. The pin won't be used in this case. * +* * \***************************************************************************/ #ifndef DEFINE_TEMP_SENSOR diff --git a/config.gen7-v1.4.h b/config.gen7-v1.4.h index ca45e3f..325a4b9 100644 --- a/config.gen7-v1.4.h +++ b/config.gen7-v1.4.h @@ -281,6 +281,9 @@ * THERMISTOR_EXTRUDER for the first or only table, or THERMISTOR_BED for * * the second table. See also early in ThermistorTable.{single|double}.h. * * * +* TT_INTERCOM and TT_NONE don't use a pin, insert AIO0 anyways to keep * +* the compiler happy. The pin won't be used in this case. * +* * \***************************************************************************/ #ifndef DEFINE_TEMP_SENSOR diff --git a/config.ramps-v1.2.h b/config.ramps-v1.2.h index 81009c9..adb95c6 100644 --- a/config.ramps-v1.2.h +++ b/config.ramps-v1.2.h @@ -276,6 +276,9 @@ temperature is "achieved" for purposes of M109 and friends when actual temperatu * THERMISTOR_EXTRUDER for the first or only table, or THERMISTOR_BED for * * the second table. See also early in ThermistorTable.{single|double}.h. * * * +* TT_INTERCOM and TT_NONE don't use a pin, insert AIO0 anyways to keep * +* the compiler happy. The pin won't be used in this case. * +* * \***************************************************************************/ #ifndef DEFINE_TEMP_SENSOR diff --git a/config.ramps-v1.3.h b/config.ramps-v1.3.h index 5054495..142b86a 100644 --- a/config.ramps-v1.3.h +++ b/config.ramps-v1.3.h @@ -280,6 +280,9 @@ temperature is "achieved" for purposes of M109 and friends when actual temperatu * THERMISTOR_EXTRUDER for the first or only table, or THERMISTOR_BED for * * the second table. See also early in ThermistorTable.{single|double}.h. * * * +* TT_INTERCOM and TT_NONE don't use a pin, insert AIO0 anyways to keep * +* the compiler happy. The pin won't be used in this case. * +* * \***************************************************************************/ #ifndef DEFINE_TEMP_SENSOR diff --git a/config.sanguinololu-v1.1.h b/config.sanguinololu-v1.1.h index c9b8949..014a3f3 100644 --- a/config.sanguinololu-v1.1.h +++ b/config.sanguinololu-v1.1.h @@ -277,6 +277,9 @@ * THERMISTOR_EXTRUDER for the first or only table, or THERMISTOR_BED for * * the second table. See also early in ThermistorTable.{single|double}.h. * * * +* TT_INTERCOM and TT_NONE don't use a pin, insert AIO0 anyways to keep * +* the compiler happy. The pin won't be used in this case. * +* * \***************************************************************************/ #ifndef DEFINE_TEMP_SENSOR diff --git a/config.sanguinololu-v1.2.h b/config.sanguinololu-v1.2.h index 56b05e3..b4c9e04 100644 --- a/config.sanguinololu-v1.2.h +++ b/config.sanguinololu-v1.2.h @@ -277,6 +277,9 @@ * THERMISTOR_EXTRUDER for the first or only table, or THERMISTOR_BED for * * the second table. See also early in ThermistorTable.{single|double}.h. * * * +* TT_INTERCOM and TT_NONE don't use a pin, insert AIO0 anyways to keep * +* the compiler happy. The pin won't be used in this case. * +* * \***************************************************************************/ #ifndef DEFINE_TEMP_SENSOR