-
Notifications
You must be signed in to change notification settings - Fork 22
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
dangerous defines #9
Comments
I've tried the examples and it's run, i included easybuzzer and added some testing line into my code and the CLI don't compile. in my code there are two variables Min and Max. what i can do? thanks.
|
ok, maybe is other kind of error:
|
It was a conflict with IRremote, this (https://forum.arduino.cc/index.php?topic=120955.0) solved for me. |
I agree with @proddy; these redefinitions cause a lot of problems with other code. |
Delete
in EasyBuzzer.h
in EasyBuzzer.cpp |
I think there is also conflict with |
not a bug as such, but be careful with the #DEFINES in EasyBuzzer.h
(regardless that they are the same) Any other code that uses the words min or max will be substituted at compile time.
The text was updated successfully, but these errors were encountered: