Todo el codigo me da errores en robot compluino uno

Hola, acabo de empezar a programar el robot Compluino uno. Fijándome en el libro que viene incluido y copiando el programa tal cual me salen los siguientes errores con este código. ¿Alguien me puede ayudar? Soy nuevo en esto y no tengo mucha idea.
VERSIÓN Arduino IDE: 2.3.3 // Librería que uso: <Crystalino.h>

#include <C:\Users\Carlos\Documents\Arduino\libraries\Crystalino\Crystalino.h> // Librería de funciones del robot Crystalino

void setup() //Funcion de inicialización
{
  ini_crystalino(); //Inicia el robot Crystalino
 
 for (int x = 0; x < 3; x++) //Bucle que se repite 3 veces
  {
    muestra_rgb (AZUL);
    delay (500);
    muestra_rgb (NEGRO);
    delay (500);
  }
}
 
void loop() //Funcion principal
{
  muestra_rgb (ROJO);
  delay (500);
  muestra_rgb (VERDE);
  delay (500);
  muestra_rgb (AZUL);
  delay (500);
  muestra_rgb (AMARILLO);
  delay (500);
  muestra_rgb (MAGENTA);
  delay (500);
  muestra_rgb (CIAN);
  delay (500);
  muestra_rgb (BLANCO);
  delay (500);
  muestra_rgb (NEGRO);
  delay (500);
}

ERROR:

C:\Users\Carlos\AppData\Local\Temp\cciQS0A3.ltrans0.ltrans.o: In function `setup':
C:\Users\Carlos\Desktop\Proyectos arduino\Retos\Reto2/Reto2.ino:6: undefined reference to `ini_crystalino()'
C:\Users\Carlos\Desktop\Proyectos arduino\Retos\Reto2/Reto2.ino:10: undefined reference to `muestra_rgb(int)'
C:\Users\Carlos\Desktop\Proyectos arduino\Retos\Reto2/Reto2.ino:12: undefined reference to `muestra_rgb(int)'
C:\Users\Carlos\AppData\Local\Temp\cciQS0A3.ltrans0.ltrans.o: In function `loop':
C:\Users\Carlos\Desktop\Proyectos arduino\Retos\Reto2/Reto2.ino:19: undefined reference to `muestra_rgb(int)'
C:\Users\Carlos\Desktop\Proyectos arduino\Retos\Reto2/Reto2.ino:21: undefined reference to `muestra_rgb(int)'
C:\Users\Carlos\Desktop\Proyectos arduino\Retos\Reto2/Reto2.ino:23: undefined reference to `muestra_rgb(int)'
C:\Users\Carlos\AppData\Local\Temp\cciQS0A3.ltrans0.ltrans.o:C:\Users\Carlos\Desktop\Proyectos arduino\Retos\Reto2/Reto2.ino:25: more undefined references to `muestra_rgb(int)' follow
collect2.exe: error: ld returned 1 exit status

exit status 1

Compilation error: exit status 1

PD: si en la linea que pongo ini_crystalino (); pongo void ini_crystalino (); el error se soluciona pero no entiendo por qué.
Cualquier ayuda será de agradecer.

La inclusión de la librería debería ser

#include <Crystalino.h> // Librería de funciones del robot Crystalino

He metido mi programa.ino en la carpeta de las librerías, lo he ejecutado poniendo lo que me has indicado y salen ahora todos estos errores:

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `FeedbackLEDControl'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `ProtocolNames'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `irparams'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `timerEnableReceiveInterrupt()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `timerDisableReceiveInterrupt()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `timerConfigForReceive()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `setLEDFeedback(unsigned char, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `setLEDFeedback(bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `enableLEDFeedback()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `disableLEDFeedback()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `enableLEDFeedbackForSend()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `disableLEDFeedbackForSend()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `setFeedbackLED(bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::blink13(unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `setBlinkPin(unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `getProtocolString(decode_type_t)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `printIRResultShort(Print*, IRData*, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `bitreverseOneByte(unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `bitreverse32Bit(unsigned long)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRReceiveTimerInterruptHandler()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IrReceiver'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `__vector_8'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::setReceivePin(unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::IRrecv()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::IRrecv()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::IRrecv(unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::IRrecv(unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IrSender'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::IRrecv(unsigned char, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::IRrecv(unsigned char, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::registerReceiveCompleteCallback(void (*)())'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::restartTimer()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::restartTimer(unsigned long)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::restartTimerWithTicksToAdd(unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::addTicksToInternalTickCounter(unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::addMicrosToInternalTickCounter(unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::restartAfterSend()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::stop()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::stopTimer()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::disableIRIn()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::end()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::isIdle()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::resume()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::start()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::begin(unsigned char, bool, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::enableIRIn()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::start(unsigned long)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::startWithTicksToAdd(unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::initDecodedIRData()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::available()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::initBiphaselevel(unsigned char, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `sBiphaseDecodeRawbuffOffset'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `sBiphaseTimeUnit'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `sBiphaseUsedTimingIntervals'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::compare(unsigned int, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeHash()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeHashOld(decode_results*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::checkForRepeatSpaceTicksAndSetFlag(unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `matchTicks(unsigned int, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::getBiphaselevel()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `sBiphaseCurrentTimingIntervals'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `MATCH(unsigned int, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `matchMark(unsigned int, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `MATCH_MARK(unsigned int, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `matchSpace(unsigned int, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodePulseDistanceWidthData(unsigned char, unsigned char, unsigned int, unsigned int, unsigned int, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodePulseDistanceWidthData(PulseDistanceWidthProtocolConstants*, unsigned char, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `KaseikyoProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `MagiQuestProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `SamsungProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `WhynterProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodePulseDistanceWidthData(unsigned char, unsigned char, unsigned int, unsigned int, unsigned int, unsigned int, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodePulseDistanceWidthDataStrict(unsigned char, unsigned char, unsigned int, unsigned int, unsigned int, unsigned int, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::checkHeader(PulseDistanceWidthProtocolConstants*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `MATCH_SPACE(unsigned int, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `getMarkExcessMicros()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::checkForRecordGapsMicros(Print*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `printActiveIRProtocols(Print*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::printActiveIRProtocols(Print*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::printIRResultShort(Print*, bool, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::printDistanceWidthTimingInfo(Print*, DistanceWidthTimingInfoStruct*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::getMaximumMarkTicksFromRawData()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::getMaximumSpaceTicksFromRawData()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::getMaximumTicksFromRawData(bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::getTotalDurationOfRawData()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::printIRResultMinimal(Print*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::printIRResultRawFormatted(Print*, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::compensateAndPrintIRResultAsCArray(Print*, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::compensateAndStoreIRResultInArray(unsigned char*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::printIRResultAsCVariables(Print*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::getProtocolString()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::printIRSendUsage(Print*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::IRsend()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::IRsend()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::IRsend(unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::IRsend(unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::begin(unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::setSendPin(unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::begin(unsigned char, bool, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::mark(unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::IRLedOff()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::customDelayMicroseconds(unsigned long)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::space(unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPulseDistanceWidthData(unsigned int, unsigned int, unsigned int, unsigned int, unsigned long, unsigned char, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPulseDistanceWidthData(PulseDistanceWidthProtocolConstants*, unsigned long, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendBiphaseData(unsigned int, unsigned long, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::enableIROut(unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendRaw(unsigned int const*, unsigned int, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendRaw(unsigned char const*, unsigned int, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendRaw_P(unsigned int const*, unsigned int, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendRaw_P(unsigned char const*, unsigned int, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPulseDistanceWidthFromArray(unsigned char, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned long*, unsigned int, unsigned char, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPulseDistanceWidthFromArray(unsigned char, DistanceWidthTimingInfoStruct*, unsigned long*, unsigned int, unsigned char, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPulseDistanceWidthFromArray(PulseDistanceWidthProtocolConstants*, unsigned long*, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPulseDistanceWidth(PulseDistanceWidthProtocolConstants*, unsigned long, unsigned char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `SamsungLGProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPulseDistanceWidth(unsigned char, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned long, unsigned char, unsigned char, unsigned int, signed char, void (*)())'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `sendLG2SpecialRepeat()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `sendNECSpecialRepeat()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `sendSamsungLGSpecialRepeat()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::getPulseCorrectionNanos()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendBangOlufsen(unsigned int, unsigned char, signed char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendBangOlufsenDataLink(unsigned long, unsigned char, signed char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendBangOlufsenRaw(unsigned long, signed char, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendBangOlufsenRawDataLink(unsigned long long, signed char, bool, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeBangOlufsen()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendBoseWave(unsigned char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `BoseWaveProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeBoseWave()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendDenon(unsigned char, unsigned char, signed char, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `DenonProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSharp(unsigned char, unsigned char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeDenon()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeSharp()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendDenonRaw(unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendDenon(unsigned long, int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSharp(unsigned int, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeDenonOld(decode_results*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendJVC(unsigned char, unsigned char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `JVCProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeJVC()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeJVCMSB(decode_results*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendJVCMSB(unsigned long, int, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendKaseikyo(unsigned int, unsigned char, signed char, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPanasonic(unsigned int, unsigned char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendKaseikyo_Denon(unsigned int, unsigned char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendKaseikyo_Mitsubishi(unsigned int, unsigned char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendKaseikyo_Sharp(unsigned int, unsigned char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendKaseikyo_JVC(unsigned int, unsigned char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeKaseikyo()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendLegoPowerFunctions(unsigned int, unsigned char, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `LegoProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendLegoPowerFunctions(unsigned char, unsigned char, unsigned char, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeLegoPowerFunctions()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendLegoPowerFunctions(unsigned int, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendLG2Repeat()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::computeLGRawDataAndChecksum(unsigned char, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendLG(unsigned char, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `LGProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendLG2(unsigned char, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `LG2ProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeLG()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendLGRaw(unsigned long, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeLGMSB(decode_results*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendLG(unsigned long, int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendMagiQuest(unsigned long, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeMagiQuest()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendNECRepeat()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::computeNECRawDataAndChecksum(unsigned int, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendNEC(unsigned int, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `NECProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendOnkyo(unsigned int, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendNEC2(unsigned int, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `NEC2ProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendApple(unsigned char, unsigned char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendNECRaw(unsigned long, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeNEC()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeNECMSB(decode_results*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendNECMSB(unsigned long, unsigned char, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendRC5(unsigned char, unsigned char, signed char, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `sLastSendToggleValue'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeRC5()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendRC6Raw(unsigned long, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendRC6(unsigned long, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendRC6Raw(unsigned long long, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendRC6(unsigned long long, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendRC6(unsigned char, unsigned char, signed char, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeRC6()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendRC5(unsigned long, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendRC5ext(unsigned char, unsigned char, bool)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSamsungLGRepeat()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSamsungLG(unsigned int, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSamsung(unsigned int, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSamsung16BitAddressAnd8BitCommand(unsigned int, unsigned char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSamsung16BitAddressAndCommand(unsigned int, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSamsung48(unsigned int, unsigned long, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeSamsung()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeSAMSUNG(decode_results*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSamsungMSB(unsigned long, int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSAMSUNG(unsigned long, int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSony(unsigned int, unsigned char, signed char, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `SonyProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeSony()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeSonyMSB(decode_results*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decode_old(decode_results*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSonyMSB(unsigned long, int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendSony(unsigned long, int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendFAST(unsigned char, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `FASTProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::write(IRData*, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::write(decode_type_t, unsigned int, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeFAST()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendDish(unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `DishProtocolConstants'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendWhynter(unsigned long, unsigned char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeWhynter()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPronto(unsigned int const*, unsigned int, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPronto(char const*, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPronto_PF(unsigned long, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPronto_P(char const*, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRsend::sendPronto(__FlashStringHelper const*, signed char)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::compensateAndPrintIRResultAsPronto(Print*, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::compensateAndStorePronto(String*, unsigned int)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `aggregateArrayCounts(unsigned char*, unsigned char, unsigned char*, unsigned char*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decodeDistanceWidth()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decode()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::read()'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':
(.text+0x0): multiple definition of `IRrecv::decode(decode_results*)'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\6BBDF5141045F514337DC05BF6D3C409\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status

exit status 1

Compilation error: exit status 1

¿Alguna solución?
Gracias.

No tenías que mover tu código a la carpeta de las librerías, solo debías modificar la línea que te marqué.

Veo que las librerías están instaladas en:
C:\Users\Carlos\Documents\Arduino\libraries\Crystalino\Crystalino.h
Entiendo que el programa sabe que está ahí. Vuelvo a ejecutar el programa desde donde lo tenia inicialmente que era una carpeta dentro del escritorio C:\Users\Carl\Desktop\Proyectos arduino\Retos\Reto2\reto2.ino.
Pero me muestra todos estos errores. El código lo he copiado de un libro que viene con el robot por lo que no entiendo que ocurre. A ver si me podeis echar una mano para iniciarme y poder echar a andar. Gracias.

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\BFAD8748E5FC1BB9AB3E5C9084B5D25F\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':

(.text+0x0): multiple definition of `FeedbackLEDControl'

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\BFAD8748E5FC1BB9AB3E5C9084B5D25F\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\BFAD8748E5FC1BB9AB3E5C9084B5D25F\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':

(.text+0x0): multiple definition of `ProtocolNames'

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\BFAD8748E5FC1BB9AB3E5C9084B5D25F\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\BFAD8748E5FC1BB9AB3E5C9084B5D25F\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':

(.text+0x0): multiple definition of `irparams'

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\BFAD8748E5FC1BB9AB3E5C9084B5D25F\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\BFAD8748E5FC1BB9AB3E5C9084B5D25F\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':

(.text+0x0): multiple definition of `timerEnableReceiveInterrupt()'

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\BFAD8748E5FC1BB9AB3E5C9084B5D25F\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\BFAD8748E5FC1BB9AB3E5C9084B5D25F\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':

(.text+0x0): multiple definition of `timerDisableReceiveInterrupt()'

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\BFAD8748E5FC1BB9AB3E5C9084B5D25F\sketch\Reto2.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\BFAD8748E5FC1BB9AB3E5C9084B5D25F\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function `FeedbackLEDControl':

(.text+0x0): multiple definition of `timerConfigForReceive()

Ya está solucionado, muchas gracias. El programa estaba mal instalado.

Pues he cantado victoria muy rápido, porque después de haberlo reinstalado correctamente he compilado el primer programa que escribí al inicio del hilo y funcionaba. Luego hemos probado otros códigos y ahora de repente el primer código y en realidad ningún código vuelve a funcionar. Siempre obtengo este error. Yo creo que es bug del programa pero no se si me podéis orientar. Gracias.

C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\091CF55C44782FD6FA0C329B76395831\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function FeedbackLEDControl': (.text+0x0): multiple definition of FeedbackLEDControl'
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\091CF55C44782FD6FA0C329B76395831\sketch\Reto3.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\Carlos\AppData\Local\Temp\arduino\sketches\091CF55C44782FD6FA0C329B76395831\libraries\Crystalino\Crystalino.cpp.o (symbol from plugin): In function FeedbackLEDControl': (.text+0x0): multiple definition of ProtocolNames'

Moderador:
Por favor, vuelve al post#5 y edita cada uno usando etiquetas como lo hiciste en el primero.
Código y errores deben visualizarse del mismo modo.
No sigas respondiendo sin hacerlo!!
Ve a edición, luego selecciona todo el código que has publicado, lo cortas y click en (<CODE/>)


Considera usar versión anterior del IDE. Incluso puedes descargarlo e instalarlo en otra carpeta distinta al 2.3.3 a ver si ahi las cosas funcionan mejor.

Muchas gracias Surbyte. Al final se ha resuelto instalando la versión 1.8.19.
Saludos.

Mira no hay que encapricharse.. yo he aprendido solucionando problemas en este foro en no luchar con lo que ANTES funcionaba y AHORA no funciona.
Sean detallistas, y cuando hagan algo coloquen la versión de cada librería con link y versión!!!
Y como dije, no solo eso sino el core de arduino, esp8266, wemos o ESP32 que usaron y la versión del IDE.
Todo es un combo!.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.