-
Notifications
You must be signed in to change notification settings - Fork 51
Add support for subSeconds alarms #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
actually both... There was already a call to set the subseconds for the RTC so I added the support for it in the alarm. |
I will remove it - please notice that the low-power package would depend on this PR. |
This reverts commit 51e2338.
I saw anyway it is the same for STM32 Low Power and I will think about removing dependency.... |
version change removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @angelnu
I need to use this to add support to ms sleeps in the STM32LowPower library. This addresses #25