stm32duino / STM32RTC

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

Add support for subSeconds alarms #25

Closed angelnu closed 4 years ago

angelnu commented 4 years ago

I need to use this to add support to ms sleeps in the STM32LowPower library. This addresses #25

fpistm commented 4 years ago

Hi @angelnu I guess you would mean it addresses #17 ?

angelnu commented 4 years ago

actually both... There was already a call to set the subseconds for the RTC so I added the support for it in the alarm.

fpistm commented 4 years ago

Ok you would say #23 from STM32LowPower.... You wrote #25 in your first post...

angelnu commented 4 years ago

I will remove it - please notice that the low-power package would depend on this PR.

fpistm commented 4 years ago

I will remove it - please notice that the low-power package would depend on this PR.

I saw anyway it is the same for STM32 Low Power and I will think about removing dependency....

angelnu commented 4 years ago

version change removed