Skip to content

Commit bb9e1b2

Browse files
authored
Update Single.ino
Spelling error
1 parent c35c41a commit bb9e1b2

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)