DFR0558

Greetings, I need to make changes to the necessary code to run dfr0558 with arduino mega pro mini. arduino pro mini d20 works via d21 pins but i can't receive data
error : class DFRobot_MAX31855' has no member named 'scan'
Hi.
I find the example code in our library, please try this.
https://github.com/DFRobot/DFRobot_MAX31855/blob/main/examples/readTemp/readTemp.ino
That should work.

Hi
Sorry for the inconvenience.
I have check the library of MAX31855, could you please change the code max31855.scan(); to max31855.begin();
There is an error on our demo code, we will fix it soon.
Hope it can help.

Hi there, I'm getting the same issue using a Arduino UNO, any suggestions?

Hi!
Sorry, please use the board in the compatibility table. This appears to be caused by an incompatibility between the code and the board.

