Skip to content

Commit 28b979b

Browse files
committed
Change extension of Wire examples, .pde to .ino
1 parent f763660 commit 28b979b

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

libraries/Wire/examples/slave_sender/slave_sender.pde renamed to 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("hello "); // respond with message of 6 bytes
30+
Wire.write("a"); // respond with message of 6 bytes
3131
// as expected by master
3232
}

0 commit comments

Comments
 (0)