We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3edfa7 commit c0bafb8Copy full SHA for c0bafb8
examples/Temp_probes_RTD/Temp_probes_RTD.ino
@@ -17,10 +17,10 @@
17
18
#include <Arduino_MachineControl.h>
19
20
-// 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
21
#define RREF 400.0
22
// The 'nominal' 0-degrees-C resistance of the sensor
23
-// 100.0 for PT100, 1000.0 for PT1000
+// 100.0 for PT100
24
#define RNOMINAL 100.0
25
26
void setup() {
0 commit comments