Skip to content

Commit 31f986b

Browse files
authored
Merge pull request #232 from jamopopper/patch-1
Update Single.ino
2 parents c35c41a + bb9e1b2 commit 31f986b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Single/Single.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void setup(void)
3535
if (sensors.isParasitePowerMode()) Serial.println("ON");
3636
else Serial.println("OFF");
3737

38-
// Assign address manually. The addresses below will beed to be changed
38+
// Assign address manually. The addresses below will need to be changed
3939
// to valid device addresses on your bus. Device address can be retrieved
4040
// by using either oneWire.search(deviceAddress) or individually via
4141
// sensors.getAddress(deviceAddress, index)

0 commit comments

Comments
 (0)