You can use any digital pin. The pin number used for talking to the 1-wire devices are decided by line 4 in the tutorial (OneWire ds(10); // on pin 10) . To use another pin just type a different number than 10, i.e. OneWire ds(4);
We have used 1-wire sensors for a floorheating system in my brothers house, and it works really well.
You can use any digital pin. The pin number used for talking to the 1-wire devices are decided by line 4 in the tutorial (OneWire ds(10); // on pin 10) . To use another pin just type a different number than 10, i.e. OneWire ds(4);
We have used 1-wire sensors for a floorheating system in my brothers house, and it works really well.