RTCZero icon indicating copy to clipboard operation
RTCZero copied to clipboard

Add RTCZero::reset function

Open brendandower90 opened this issue 7 years ago • 1 comments
trafficstars

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); }

brendandower90 avatar Mar 08 '18 06:03 brendandower90

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

agdl avatar Oct 24 '18 09:10 agdl