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

Update to include missing #define _BH #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MicahStevens
Copy link

Master doesn't include the _BH define. Adding it to the header file so examples compile.

Master doesn't include the _BH define. Adding it to the header file so examples compile.
@sleemanj
Copy link
Owner

_BV is defined by AVR libc itself, are you using a non-avr platform and it doesn't define _BV?

Any non-avr Arduino IDE platform/core/board should probably define it also for compatibility rather than re-define it in each library.

@Doki76
Copy link

Doki76 commented Apr 24, 2020

I have this issue as well when you add your Lib to Arduino Web editor you get the issue that it says _BV not defined.

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

Successfully merging this pull request may close these issues.

3 participants