adafruit / Adafruit_MAX31865

Arduino Library for Adafruit MAX31865 RTD Sensor
77 stars 80 forks source link

Hardware SPI, CS pin no corect. #14

Closed vevtin closed 4 years ago

vevtin commented 4 years ago

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?

vevtin commented 4 years ago

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