Skip to content
Snippets Groups Projects
Unverified Commit 5320906b authored by Mateusz Krawczuk's avatar Mateusz Krawczuk Committed by GitHub
Browse files

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.
parent aeb5c623
Branches
Tags
No related merge requests found
......@@ -124,7 +124,7 @@
//
// Temperature Sensors
//
#define TEMP_BED_PIN 69 // K7
#define TEMP_BED_PIN 15 // K7 - 69 / ADC15 - 15
// SPI for Max6675 or Max31855 Thermocouple
// Uses a separate SPI bus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment