We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EasyBuzzer went into conflict with IRremote libraries. I solved by changing the timer selection from 2 to 1 in IRremote's boarddefs.h file:
// Arduino Mega #if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) #define IR_USE_TIMER1 // tx = pin 11 //#define IR_USE_TIMER2 // tx = pin 9 ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
EasyBuzzer went into conflict with IRremote libraries. I solved by changing the timer selection from 2 to 1 in IRremote's boarddefs.h file:
The text was updated successfully, but these errors were encountered: