digistump / DigistumpArduino

Files to add Digistump support (Digispark, Pro, DigiX) to Arduino 1.6.X (1.6.5+)
932 stars 377 forks source link

Sketch using IRsend fails to compile #168

Open jofr-kr opened 4 months ago

jofr-kr commented 4 months ago

Hi, using IDE 2.3.2 on Windows 10 compiling sketch failed with output: **C:\Users\xxx\AppData\Local\Temp\cc4iaQUa.ltrans0.ltrans.o: In function IRsend': C:\Users\xxx\Documents\Arduino\libraries\DigisparkIRLib/IRLib.h:286: undefined reference toIRsendBase::IRsendBase()' C:\Users\xxx\AppData\Local\Temp\cc4iaQUa.ltrans0.ltrans.o: In function loop': C:\Users\xxx\Documents\Arduino\MyTestIRonDigispark/MyTestIRonDigispark.ino:91: undefined reference toIRsend::send(IRTYPES, unsigned long, int)' collect2.exe: error: ld returned 1 exit status

exit status 1

Compilation error: exit status 1**

Any idea why? Thanks for any idea Jo Sketch is MyTestIRonDigispark.txt