I have just upgraded from the MAX6675 to the MAX31855.
With the MAX6675 to get an average of several readings the code was
- Code: Select all
temp_out = temp0.read_temp(20);
However I cannot figure out how to get averaged readings from the MAX31855.
Thanks in advance for any help!

