stm32duino / STM32LoRaWAN

Arduino library to support LoRaWAN communication using the STM32WL series.
https://stm32duino.github.io/STM32LoRaWAN/
Other
34 stars 7 forks source link

timer RTC setting Alarm with more than 32-bit subseconds #39

Open FRASTM opened 3 months ago

FRASTM commented 3 months ago

When the SubSecond parameter variable is bigger than 32bits, setting the Alarm is still possible calling the RTC_StartAlarm64 function

Requires https://github.com/stm32duino/STM32RTC/pull/109