2024-10-1301

This commit is contained in:
hans-jurgen 2024-10-13 19:51:39 +02:00
parent c684ace485
commit bee068c791

View File

@ -27,10 +27,10 @@ Adafruit_MAX31865 thermo = Adafruit_MAX31865(5, 23, 19, 18);
//Adafruit_MAX31865 thermo = Adafruit_MAX31865(10); //Adafruit_MAX31865 thermo = Adafruit_MAX31865(10);
// The value of the Rref resistor. Use 430.0 for PT100 and 4300.0 for PT1000 // The value of the Rref resistor. Use 430.0 for PT100 and 4300.0 for PT1000
#define RREF 430.0 #define RREF 4300.0
// The 'nominal' 0-degrees-C resistance of the sensor // The 'nominal' 0-degrees-C resistance of the sensor
// 100.0 for PT100, 1000.0 for PT1000 // 100.0 for PT100, 1000.0 for PT1000
#define RNOMINAL 100.0 #define RNOMINAL 1000.0
void setup() { void setup() {
Serial.begin(115200); Serial.begin(115200);