Skip to content
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

Add RTCZero::reset function #36

Open
brendandower90 opened this issue Mar 8, 2018 · 1 comment
Open

Add RTCZero::reset function #36

brendandower90 opened this issue Mar 8, 2018 · 1 comment

Comments

@brendandower90
Copy link

This would be really simple to do but would save extra time. I have added it to the RTCZero.cpp file on my local machine, but it could be a feature that more people would be interested in.

void RTCZero::reset()
{
setTime(0,0,0);
}

@agdl
Copy link
Member

agdl commented Oct 24, 2018

What's the point of this function? you can simpy add it to your sketch if you need it. It's just one line of code

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

No branches or pull requests

2 participants