Library IRremote.h with Arduino101

Hello everyone!

I'm trying to make a communication with infrared sensor with the Library IRemote, It was really easy with two arduino UNO but since the Library IRemote doesn't work on the 101 I want to ask for advice, how can I modify this library to work with 101 or if there any equivalent library for this platform?

Best regards!

Hi alanblu,
the way IRremote library is written makes it compatible only with AVR devices.
Try contacting the author on GitHub - Arduino-IRremote/Arduino-IRremote: Infrared remote library for Arduino: send and receive infrared signals with multiple protocols to understand if he's willing to port the library to Curie core.