Hello,
I've installed a fresh version of Arduino IDE, and I'm still getting this error message when compiling the demo sketch "IRsendDemo" in shirriff's IRremote library.
IRsendDemo.ino: In function 'void loop()':
IRsendDemo:21: error: 'class IRsend' has no member named 'sendSony'
'class IRsend' has no member named 'sendSony'
I'm aware of the default arduino robot library's IRremote conflicting with shirriff's IR remote library. I made sure the Arduino robot library has been deleted out of the library folder. I've restarted my computer, restarted the IDE. I've done a search in the Arduino folder to make sure all IRremote instances are my shirriff library and not left over from the arduino install.
Still, getting this error. I've looked at the .h and .cpp and the sendSony routine is there.
Any ideas?
Thanks!