NicoHood / IRLremote

Lightweight Infrared library for Arduino
http://www.nicohood.de
168 stars 37 forks source link

Exemples with IRLwrite #17

Open jlstanus opened 6 years ago

jlstanus commented 6 years ago

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 commented 6 years ago

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

jlstanus commented 6 years ago

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

combs commented 6 years ago

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

NicoHood commented 6 years ago

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

lemmingDev commented 4 years ago

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

Thanks!

NicoHood commented 4 years ago

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

bgv2 commented 3 years ago

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

ArminJo commented 3 years ago

Look here https://github.com/ukw100/IRMP and here https://github.com/Arduino-IRremote/Arduino-IRremote