What is the cause of the errors “'timer0_pin_port'” and “'_vector_13'”?
问题 #include "IRremote.h" int receiver = 11; IRrecv irReceiver(receiver); decode_results results; void setup() { // put your setup code here, to run once: pinMode(buttonPinA, INPUT_PULLUP); pinMode(buttonPinB, INPUT_PULLUP); pinMode(buttonPinC, INPUT_PULLUP); pinMode(buttonPinD, INPUT_PULLUP); irReceiver.enableIRIn(); } The error message is: Tone.cpp.o (symbol from plugin): In function `timer0_pin_port': (.text+0x0): multiple definition of `__vector_13' libraries\IRremote\IRremote.cpp.o (symbol