adafruit/Adafruit_MAX31865

Hardware SPI, CS pin no corect.

Closed this issue · 1 comments

Hi.
I used hardware SPI,
example

pinMode(53,INPUT);
Adafruit_MAX31865 thermo = Adafruit_MAX31865(5); // use cs pin 5
thermo.begin(MAX31865_3WIRE);

//after begin i see pin 53 output state high, How to fix it?

I think it's impossible. the question can be closed.