Skip to content

Commit 2211cf1

Browse files
committed
Undo accidental change to slave_sender example
1 parent 28b979b commit 2211cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Wire/examples/slave_sender/slave_sender.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ void loop()
2727
// this function is registered as an event, see setup()
2828
void requestEvent()
2929
{
30-
Wire.write("a"); // respond with message of 6 bytes
30+
Wire.write("hello "); // respond with message of 6 bytes
3131
// as expected by master
3232
}

0 commit comments

Comments
 (0)