Skip to content

Conversation

oclyke
Copy link
Contributor

@oclyke oclyke commented Jul 16, 2020

No description provided.

adamgarbo and others added 24 commits May 23, 2020 16:09
In v1.x.x we are using (hh, mm, ss, hund, dom, mon, year)
Planning to change api in v2.0.0 to (hund, mm, ss, hh, dom, mon, year)
…Time

This allows the user to immediately access correct internal values (myRTC.weekday, myRTC.minute, etc...)

```
  myRTC.setTime(23, 59, 59, 99, myRTC.dayOfMonth, myRTC.month, myRTC.year);
  previousDay = myRTC.weekday;
```

Updated Example3 to make use of this feature
This allows the user to see that the alarm fired 'exactly' when they wanted it to.
@oclyke oclyke merged commit 2cc5ab4 into master Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants