Tuckie / max31855

Raspberry Pi driver for MAX31855 Cold-Junction Compensated Thermocouple-to-Digital Converter
MIT License
53 stars 30 forks source link

Needs sleep before read #5

Open odlg opened 7 years ago

odlg commented 7 years ago

Trying to make the max6675 module work on a Raspberry Pi 1. I needed to add a small sleep between init and get. time.sleep(0.2) is sufficient. If I do not sleep, I just read 0 or rather the last value successfully read. Until I first added the sleep I read 0, if I remove it now, I read the last value read.