PaulStoffregen / DS1307RTC

Use a DS1307 Real Time Clock chip with the Time library
http://www.pjrc.com/teensy/td_libs_DS1307RTC.html
146 stars 86 forks source link

Added support for STM32duino #12

Open KenjutsuGH opened 6 years ago

PaulStoffregen commented 6 years ago

Why is this needed? Does the Wire library not work on STM32 like it does on all other boards?

KenjutsuGH commented 6 years ago

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