Skip to content
Snippets Groups Projects
Commit 2211cf1f authored by Sandeep Mistry's avatar Sandeep Mistry
Browse files

Undo accidental change to slave_sender example

parent 28b979b0
No related branches found
No related tags found
Loading
......@@ -27,6 +27,6 @@ void loop()
// this function is registered as an event, see setup()
void requestEvent()
{
Wire.write("a"); // respond with message of 6 bytes
Wire.write("hello "); // respond with message of 6 bytes
// as expected by master
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment