Arduino IDE
Opened this issue · 0 comments
sorriso93 commented
Hello, I'm trying to build it with the arduino ide and I installed all the needed library.
I get this error when compiling it:
In file included from /var/folders/p0/tylmjpjn57z_7q5tq3q4mwmm0000gq/T/arduino_build_535597/sketch/ESPIRDriver.cpp:2:0:
ESPIRDriver.h:15: error: expected ')' before '' token
ESPIRDriver(IRrecv irReceiver, ESPFastLedDriver* ledDriver);
^
ESPIRDriver.h:19: error: 'IRrecv' does not name a type
IRrecv* _irReceiver;
^
ESPIRDriver.cpp:4: error: expected constructor, destructor, or type conversion before '(' token
ESPIRDriver::ESPIRDriver(IRrecv* irReceiver, ESPFastLedDriver* ledDriver) {
I have installed IRremoteESP2866 v2.4.3
Do you have suggestions?
thks