bengtmartensson/Infrared4Arduino

The easiest question ever...!

Closed this issue · 6 comments

I'm attempting to use the library to decode NEC-protocol transmissions. I am using an ATMega4809 on a breadboard and I have managed to compile and download Nec1Decoder, but so far it isn't working.

The question: what physical pin on the '4809 corresponds to 5U? As in: #define RECEIVE_PIN 5U

thanks,
Patrick

OK case solved. "U" is a literal suffix.

I wanted to print the 'raw'
(undecoded?) with something like decoder.printvalue

See example IrReceiveSampler.ino.

I wonder if there's an important difference between that and Nec1.

Nec1 is a certain repeat pattern -- the "standard one". It is unclear what is meant by "NEC".