Closed sebleedelisle closed 10 years ago
I noticed this might be an issue last year when I downloaded a nightly build. I was wondering why they would comment out almost everything but the NEC code and not just rename the library. I tried a few ways to directly address the library without success. I just renamed everything and updated the examples so it doesn't conflict with the new default libraries. This probably means you can't mix the two libraries, but that's probably an unlikely scenario.
Hi there,
I'm getting compile errors with the latest version of Arduino, I think because there is already an IRRemote object built in - part of RobotIRRemote. I've renamed your class to IRRemote2 and it works now, but I think you can probably think of a better way to rename it, or maybe scope it differently.
Thanks for a great lib!
Seb