Skip to content

Release v1.1.2 #234

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

Merged
merged 54 commits into from
Jul 16, 2020
Merged

Release v1.1.2 #234

merged 54 commits into from
Jul 16, 2020

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.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@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.

None yet

2 participants