Created
May 9, 2018 12:07
-
-
Save winhtut/ca80c44d11b648686a64321ba10b121e to your computer and use it in GitHub Desktop.
imitat code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <IRremote.h> | |
IRsend irsend; | |
void setup() { | |
Serial.begin(9600); | |
} | |
void loop() { | |
irsend.sendNEC(111, 32); | |
delay(5000); | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment