Naguissa / uRTCLib

Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported.
https://www.foroelectro.net/librerias-arduino-ide-f29/rtclib-arduino-libreria-simple-y-eficaz-para-rtc-y-t95.html
GNU Lesser General Public License v3.0
87 stars 24 forks source link

Set time #30

Closed k7ilo closed 11 months ago

k7ilo commented 1 year ago

Hello

Not an issue but a question. Does this library have commands that allow each parameter such as day, hour, minute, etc to be set individually? I am working on an application that that feature would be great.

Thanks

Naguissa commented 11 months ago

Hello.

Old issue I overlooked., I'm sorry.

No, you need to set all parameters. But you have getters, so you can use set with all getters except desired one.

One characteristic is that it keeps internal data and only updates it using refresh(), so using getters are not a problem.