Skip to content

Instantly share code, notes, and snippets.

@winhtut
Created May 9, 2018 12:07
Show Gist options
  • Save winhtut/ca80c44d11b648686a64321ba10b121e to your computer and use it in GitHub Desktop.
Save winhtut/ca80c44d11b648686a64321ba10b121e to your computer and use it in GitHub Desktop.
imitat code
#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