stm32duino / STM32RTC

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

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

Open FRASTM opened 4 months ago

FRASTM commented 4 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.