DS3231_Simple icon indicating copy to clipboard operation
DS3231_Simple copied to clipboard

Update to include missing #define _BH

Open MicahStevens opened this issue 7 years ago • 2 comments

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

MicahStevens avatar May 25 '17 18:05 MicahStevens

_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.

sleemanj avatar May 25 '17 22:05 sleemanj

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.

Doki76 avatar Apr 24 '20 16:04 Doki76