config templates: fix directly numbered/unused pins.

This commit is contained in:
Markus Hitter 2012-08-31 13:31:17 +02:00
parent 94ac2b11b8
commit fd9985ac49
9 changed files with 29 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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