Skip to content
New issue

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

Conflict with IRremote #12

Open
Mas7ro opened this issue Oct 17, 2019 · 0 comments
Open

Conflict with IRremote #12

Mas7ro opened this issue Oct 17, 2019 · 0 comments

Comments

@Mas7ro
Copy link

Mas7ro commented Oct 17, 2019

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
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant