NorthernWidget / DS3231

Communicates between Arduino-programmed AVR and Maxim DS3231 RTC: splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries
The Unlicense
183 stars 81 forks source link

Remove Perform-Calculations section #63

Closed IowaDave closed 2 years ago

IowaDave commented 2 years ago

Should not have been in there for two reasons:

  1. the unixtime() function is part of DateTime
  2. the other functions listed in this section were non-public
IowaDave commented 2 years ago

Please delete the branch IowaDave-patch-1 after merging it. Thanks!

awickert commented 2 years ago

Looks good! Okay.