stm32duino / STM32RTC

Arduino RTC library for STM32.
135 stars 49 forks source link

stm32RTC start alarm with a 64bit accuracy on Subseconds param #109

Closed FRASTM closed 3 months ago

FRASTM commented 8 months ago

When the number of SubSeconds exceeds 32bit value during calculations the Alarm still needs to be set with bigger range. This is done with a new RTC_StartAlarm64 function.