Can't get this to compile without errors. I get many of these type errors.
C:\Users\gkowe\AppData\Local\Temp\arduino_build_177074\libraries\ArduMideaWrapper-master\MidearIR.cpp.o (symbol from plugin): In function irparams': (.text+0x0): multiple definition ofIRsend::sendRaw_P(unsigned char const*, unsigned char, unsigned char)'
It seems that all the issues are in the irparams function
Hi! I just ran into the same issue. The problem is that this library only supports IRremote 2.x.x. So just go into your Arduino IDE and downgrade the library to 2.8.1
Can't get this to compile without errors. I get many of these type errors.
C:\Users\gkowe\AppData\Local\Temp\arduino_build_177074\libraries\ArduMideaWrapper-master\MidearIR.cpp.o (symbol from plugin): In function
irparams': (.text+0x0): multiple definition of
IRsend::sendRaw_P(unsigned char const*, unsigned char, unsigned char)' It seems that all the issues are in the irparams function