This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Description
In the "Temp_probes_RTD" example sketch, you describe that a PT1000 is also possible:
|
// The value of the Rref resistor. Use 430.0 for PT100 and 4300.0 for PT1000 |
|
#define RREF 400.0 |
|
// The 'nominal' 0-degrees-C resistance of the sensor |
|
// 100.0 for PT100, 1000.0 for PT1000 |
Now your support writes me that this is not possible. Please take that out of the comment in the code, just causes confusion. Thanks :)