Delete comment from: Ken Shirriff's blog
Hey, I copied the folder to /Arduino/libraries and named it "IRremote".
But when I want to upload an example to my Arduino, I get all these errors.
These are the first (I can only post 4.096 characters):
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:13:25: error: IRremoteInt.h: No such file or directory
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:18: error: 'irparams_t' does not name a type
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp: In member function 'void IRsend::sendNEC(long unsigned int, int)':
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:66: error: 'NEC_HDR_MARK' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:67: error: 'NEC_HDR_SPACE' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:69: error: 'TOPBIT' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:70: error: 'NEC_BIT_MARK' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:71: error: 'NEC_ONE_SPACE' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:74: error: 'NEC_BIT_MARK' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:75: error: 'NEC_ZERO_SPACE' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:79: error: 'NEC_BIT_MARK' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp: In member function 'void IRsend::sendSony(long unsigned int, int)':
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:85: error: 'SONY_HDR_MARK' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:86: error: 'SONY_HDR_SPACE' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:89: error: 'TOPBIT' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:90: error: 'SONY_ONE_MARK' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:94: error: 'SONY_ZERO_MARK' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp: In member function 'void IRsend::sendRC5(long unsigned int, int)':
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:120: error: 'RC5_T1' was not declared in this scope
/Users/Sjef/Documents/Arduino/libraries/IRremote/IRremote.cpp:124: error: 'TOPBIT' was not declared in this scope
Does anyone know what I should do?
Dec 13, 2013, 8:20:25 AM
Posted to A Multi-Protocol Infrared Remote Library for the Arduino

