Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
Hello All,
Thanks for this great work. It's really easy to get started in few min with Arduino-IRremote.
I want to port it to other MCU like cortex M0 or M3. Any suggestion what place is good to modify.
I think key point is to setup a timer interrupt all other code could be same.
Any suggestion would be great.
Arduino: 1.6.3 (Mac OS X), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"
IRrecord.ino:25:1: error: 'IRsend' does not name a type
IRrecord.ino: In function 'void sendCode(int)':
IRrecord.ino:109:7: error: 'irsend' was not declared in this scope
IRrecord.ino:113:7: error: 'irsend' was not declared in this scope
IRrecord.ino:119:5: error: 'irsend' was not declared in this scope
IRrecord.ino:124:5: error: 'irsend' was not declared in this scope
IRrecord.ino:129:5: error: 'irsend' was not declared in this scope
IRrecord.ino:144:7: error: 'irsend' was not declared in this scope
IRrecord.ino:147:7: error: 'irsend' was not declared in this scope
IRrecord.ino:154:5: error: 'irsend' was not declared in this scope
Error compiling.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.