Bob-the-Kuhn
7 роки тому
Аккаунт користувача з таким Email не знайдено
|
@@ -406,9 +406,6 @@
|
406
|
406
|
#if PIN_EXISTS(HOME)
|
407
|
407
|
REPORT_NAME_DIGITAL(HOME_PIN, __LINE__ )
|
408
|
408
|
#endif
|
409
|
|
-#if defined(I2C_EEPROM) && I2C_EEPROM >= 0
|
410
|
|
- REPORT_NAME_DIGITAL(I2C_EEPROM, __LINE__ )
|
411
|
|
-#endif
|
412
|
409
|
#if PIN_EXISTS(I2C_SCL)
|
413
|
410
|
REPORT_NAME_DIGITAL(I2C_SCL_PIN, __LINE__ )
|
414
|
411
|
#endif
|
|
@@ -108,6 +108,7 @@
|
108
|
108
|
#define TEMP_1_PIN 1 // Analog Input
|
109
|
109
|
#define TEMP_2_PIN 2 // Analog Input
|
110
|
110
|
#define TEMP_3_PIN 3 // Analog Input
|
|
111
|
+#define TEMP_4_PIN 5 // dummy so will compile when PINS_DEBUGGING is enabled
|
111
|
112
|
#define TEMP_BED_PIN 4 // Analog Input
|
112
|
113
|
|
113
|
114
|
// SPI for Max6675 or Max31855 Thermocouple
|