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

Commit c0bafb8

Browse files
removing PT1000 example, not compatible
1 parent e3edfa7 commit c0bafb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/Temp_probes_RTD/Temp_probes_RTD.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
#include <Arduino_MachineControl.h>
1919

20-
// The value of the Rref resistor. Use 430.0 for PT100 and 4300.0 for PT1000
20+
// The value of the Rref resistor. Use 430.0 for PT100
2121
#define RREF 400.0
2222
// The 'nominal' 0-degrees-C resistance of the sensor
23-
// 100.0 for PT100, 1000.0 for PT1000
23+
// 100.0 for PT100
2424
#define RNOMINAL 100.0
2525

2626
void setup() {

0 commit comments

Comments
 (0)