Take another look at the library examples. For your setup
MAX6675 ktc(ktcCLK, ktcCS, ktcSO);
The only two functions you will use are
ktc.readCelcius()
ktc.readFarenheit()
They both return floats.
Take another look at the library examples. For your setup
MAX6675 ktc(ktcCLK, ktcCS, ktcSO);
The only two functions you will use are
ktc.readCelcius()
ktc.readFarenheit()
They both return floats.