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

Change extension of Wire examples, .pde to .ino

parent f7636606
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,6 @@ void loop()
// this function is registered as an event, see setup()
void requestEvent()
{
Wire.write("hello "); // respond with message of 6 bytes
Wire.write("a"); // 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