You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ZgatewayIR.ino
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,35 @@
43
43
IRsend irsend; //connect IR emitter pin to D9 on arduino, you need to comment #define IR_USE_TIMER2 and uncomment #define IR_USE_TIMER1 on library IRremote.h so as to free pin D3 for RF RECEIVER PIN
44
44
#endif
45
45
46
+
// IR protocol bits definition for Arduino (for ESP9266 they are defined in IRRemoteESP8266.h)
0 commit comments