This sketch is missing a short description
Send 4 button events
radio = {
'004' : 'LED8', stue
'005' : 'LED10', tobias
'006' : 'LED11', william
'007' : 'LED9' pendel
}
GPIO 4-7 are sent to the gateway
char payload4[] = "[Key] [004] [001]";
char payload5[] = "[Key] [005] [001]";
char payload6[] = "[Key] [006] [001]";
char payload7[] = "[Key] [007] [001]";
Embed This Sketch
Use the following HTML code to embed the sketch code above in your blog or website.
<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:91300" frameborder="0"></iframe>
Embed The Serial Monitor
You can also embed the Serial Monitor section! Just use this HTML code.
<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>