IR Remote Controll For Arduino

Thanks youngrobot!

I was looking for a Sony IR that used an interrupt rather than being blocking.

However, I tried your example (unmodified) and ran into a problem. I was wondering if you've seen it.

After reading a few keys I get a return for the previous key the first time I press a different key - almost like it's buffered somehow.

For example, pressing "1", "2", "2", "3", "3", I might get 0 (ok), 0, 1, 1, 2.

I've never had this problem using the same hardware setup and the blocking code I've been using for a while now. It doesn't look it's due to "auto-repeat" either.

Again, just wondering if you've seen this or have any ideas.

Thanks for the example, though, I like how you handled the header. :slight_smile: