Skip to content
New issue

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

Hexadecimal code #1

Open
lossurdo opened this issue May 21, 2018 · 1 comment
Open

Hexadecimal code #1

lossurdo opened this issue May 21, 2018 · 1 comment

Comments

@lossurdo
Copy link

lossurdo commented May 21, 2018

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!

@urbanij
Copy link
Owner

urbanij commented May 21, 2018

Hi, thanks for checking this out.
I actually haven't tried that, sorry. I just went straight from the protocol to the actual pulses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants