cyborg5 / IRLib

An Arduino library for encoding and decoding infrared remote signals
Other
213 stars 76 forks source link

Old IRLib used to work #23

Closed inkocus closed 6 years ago

inkocus commented 7 years ago

This code used to work with the old library: My_Sender.sendNEC(0x0CC7C1F3, 32); // Canon HF10 Photo button

But when I changed it to:

My_Sender.send(NEC,0x0CC7C1F3, 32); // Canon HF10 Photo button

it compiles but doesn't send the IR code to my camera.

Any ideas?

cyborg5 commented 6 years ago

IRLib is no longer supported. You should try IRLib2 which is available at https://github.com/cyborg5/IRLib2

I cannot understand why that particular piece of code would not work. There has been no significant change in the NEC protocol code.