stm32duino / STM32RTC

Arduino RTC library for STM32.
127 stars 48 forks source link

Handle reset time #15

Closed fpistm closed 5 years ago

fpistm commented 5 years ago

Require STM32 core version higher than 1.5.0.

Fix #11

Require https://github.com/stm32duino/Arduino_Core_STM32/pull/442 to be functional.

This PR do not break backward compatibilities with old core version as new core version API is used to hadnle this.