STM32RTC icon indicating copy to clipboard operation
STM32RTC copied to clipboard

Arduino RTC library for STM32.

Results 1 STM32RTC issues
Sort by recently updated
recently updated
newest added

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.

enhancement