We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great job! It works perfectly!
Do you know if you can communicate with IR using the IRremote library? For this, I would need the corresponding hexadecimal code.
So I could call it this way:
for (int i = 0; i <3; i ++) { irsend.sendLG (0x20DFC03F, 32); delay (40); }
Lib example: https://www.pjrc.com/teensy/td_libs_IRremote.html
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, thanks for checking this out. I actually haven't tried that, sorry. I just went straight from the protocol to the actual pulses.
Sorry, something went wrong.
No branches or pull requests
Great job! It works perfectly!
Do you know if you can communicate with IR using the IRremote library?
For this, I would need the corresponding hexadecimal code.
So I could call it this way:
Lib example: https://www.pjrc.com/teensy/td_libs_IRremote.html
Thanks!
The text was updated successfully, but these errors were encountered: