We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b979b commit 2211cf1Copy full SHA for 2211cf1
libraries/Wire/examples/slave_sender/slave_sender.ino
@@ -27,6 +27,6 @@ void loop()
27
// this function is registered as an event, see setup()
28
void requestEvent()
29
{
30
- Wire.write("a"); // respond with message of 6 bytes
+ Wire.write("hello "); // respond with message of 6 bytes
31
// as expected by master
32
}
0 commit comments