Explorar el Código

Update TEMP_BED_PIN in MIGHTYBOARD_REVE

Pin K7 number in fastio1280.h is 69, but it's also ADC15 pin. 
To get correct value from ADC reading it should be set as 15.
Mateusz Krawczuk hace 7 años
padre
commit
5320906b0b
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/pins/pins_MIGHTYBOARD_REVE.h

+ 1
- 1
Marlin/src/pins/pins_MIGHTYBOARD_REVE.h Ver fichero

@@ -124,7 +124,7 @@
124 124
 //
125 125
 // Temperature Sensors
126 126
 //
127
-#define TEMP_BED_PIN        69   // K7
127
+#define TEMP_BED_PIN        15   // K7 - 69 / ADC15 - 15 
128 128
 
129 129
 // SPI for Max6675 or Max31855 Thermocouple
130 130
 // Uses a separate SPI bus

Loading…
Cancelar
Guardar