reflow946 icon indicating copy to clipboard operation
reflow946 copied to clipboard

BUG: SPI MISO and CLK pins interchanged

Open Quas7 opened this issue 7 months ago • 0 comments

MISO and CLK have been interchanged - no SPI connection to the MAX31855K this way.

#define PIN_NUM_MISO 12

Correct defines are:

#define PIN_NUM_MISO 14
#define PIN_NUM_CLK  12

Quas7 avatar Nov 14 '23 00:11 Quas7