Hello !
I am trying to do a PT100 temperature sensor and MAX31865 board project with Arduino, the code and wiring are working perfectly.
The thing is, I want to add more than one PT100 and boards to this projects (I need to have 8 sensors) but the communication pins are predefined in the library and I don´t know how to change them:
pin 11:MOSI-SDI
pin 12: MISO-SDO
pin 13: SCK-SCLK
If these pins were modifiable I could defined more sensors, right? I mean, 3 of them for each sensor.
Eventhough I have tried to modify the library, I can´t even tell where they are predefined.
This is te library:
In the images attached you can see that the sensor is working on the serial and the communication pins i mean.
Thank you for your help.
Anyone has done a similar porject with several sensors and a MAX31865 board?


