//https://drive.google.com/drive/folders/1T0l-cZjzs483bi_llSlCMVf2roFQSgiu?usp=sharing
#include < Wire.h >
#include < Adafruit_MAX31865.h >
#define RTD_REF_RESISTANCE 1000.0
#define RTD_NOMINAL_RESISTANCE 1000.0
const int analogPin = A4;
const int irSensorPin = A0;
const int analogPinir = A11;
#define encoderPinA 2
#define encoderPinB 3
float resistance;
float previousTemperature = 0;
float temperature;