Makuna / Rtc

Arduino Library for RTCs, Ds1302, Ds1307, Ds3231, Ds3232, Ds3234 and Pcf8563/BM8563 with deep support. Please refer to the Wiki for more details. Please use the Github Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
GNU Lesser General Public License v3.0
368 stars 126 forks source link

Make DaysSinceFirstOfYear2000 public #94

Closed lalo-uy closed 4 years ago

lalo-uy commented 5 years ago

Days calculation may benefit using totalDays as in DaysSinceFirstOfYear2000, instead of having to divide totalSeconds by 3600*24, that has been just multiplied by inside the function. Hope do not have memory footprint impact.

Thanks for very good job.

Makuna commented 5 years ago

https://github.com/Makuna/Rtc/pull/95

Makuna commented 4 years ago

v2.3.4