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

Exemples with IRLwrite #17

Open
jlstanus opened this issue Dec 13, 2017 · 8 comments
Open

Exemples with IRLwrite #17

jlstanus opened this issue Dec 13, 2017 · 8 comments

Comments

@jlstanus
Copy link

jlstanus commented Dec 13, 2017

When i try the exemples. Arduino is not finding IRLwrite
Arduino 1.85
Windows 10 64
Looking for files with IRLwrite results only in extra/old/IRLremoteTransmit.hpp

template <IRType irType>
void IRLwrite(const uint8_t pin, uint16_t address, uint32_t command)
Send_Serial:20: error: 'IRLwrite' was not declared in this scope

     IRLwrite<IR_NEC>(pinSendIR, address, command);

     ^

Send_Serial:20: error: 'IR_NEC' was not declared in this scope

     IRLwrite<IR_NEC>(pinSendIR, address, command);

              ^

exit status 1
'IRLwrite' was not declared in this scope
@NicoHood
Copy link
Owner

Because it is not implemented anymore and I had no time to fix it yet :/

@jlstanus
Copy link
Author

ok, thank you for your answer. I let this open because other people would be concerned.

@combs
Copy link

combs commented Sep 1, 2018

do you have any more information about IRLWrite available? I saw in README.md that this library supported IR sending.

@NicoHood
Copy link
Owner

NicoHood commented Sep 1, 2018

Here is the old, not yet ported code:
https://github.com/NicoHood/IRLremote/blob/master/extra/old/IRLremoteTransmit.hpp

@lemmingDev
Copy link

Wondering if sending IR codes is still on the to-do list

Thanks!

@NicoHood
Copy link
Owner

Yup, nothing done yet, and I will possibly not do it in the near future.

@bgv2
Copy link

bgv2 commented Apr 3, 2021

Is there a different library that can send the codes that this library receives?

@ArminJo
Copy link

ArminJo commented Apr 3, 2021

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

6 participants