You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2021. It is now read-only.
@@ -33,8 +33,9 @@ This IC attempts to compensate for crystal inaccuracies due to temperature chang
33
33
As such, it also features a Thermometer with a 0'C to 70'C range (though the temprature read is the internal IC temprature, but a good indicator of ambient).
34
34
35
35
The RC3232 is very similar to the RC3231 (used by Adafruits' "ChronoDot" RTC module; http://www.adafruit.com/products/255), but adds 2 programable Alarms and 263 bytes of read/write SRAM.
36
+
*(Note the SRAM is not FLASH or EEPROM, as data will be lost when the battery-backup is removed. The plus side is that it has a higher write count.)*
36
37
37
-
Freetronics' officially supports the excellent RTC library from Rhys Weather, but I found that Audrino's official Time.h library has a wider adoption, more integrated libraries (including the Timezone.h from Jack Christensen) and is based on C++ *ctime* library, so is more portable.
38
-
38
+
Freetronics officially supports the excellent RTC library from Rhys Weather, but I found that Audrino's official *Time.h* library has a wider adoption, more integrated libraries (including the *Timezone.h* from Jack Christensen) and is based on C++ *ctime* library, so is more portable.
39
+
This library aims to replicate the effort, but make it *Time.h* friendly.
0 commit comments