Open KenjutsuGH opened 6 years ago
Why is this needed? Does the Wire library not work on STM32 like it does on all other boards?
Please see the following from the STM32duino wiki: Important information about global constructor methods
By calling Wire.begin(); in DS1307RTC::DS1307RTC() will cause the STM32 mcu to crash/hang
Wire.begin();
DS1307RTC::DS1307RTC()
Why is this needed? Does the Wire library not work on STM32 like it does on all other boards?