Skip to content
This repository was archived by the owner on Jan 10, 2021. It is now read-only.

Commit a5e4ad9

Browse files
author
Vino Rodrigues
committed
..
1 parent dcfbe42 commit a5e4ad9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For use with the Freetronics RTC module; http://www.freetronics.com/rtc
77
Credits
88
-------
99

10-
* This library is intended to be used with **Arduino Time.h** library functions
10+
* This library is intended to be used with **Arduino *Time.h* library** functions
1111
- http://playground.arduino.cc/Code/Time
1212

1313
* Based on code by **Jonathan Oxer**
@@ -16,7 +16,7 @@ Credits
1616

1717
* Based on code by **Michael Margolis**
1818
- https://code.google.com/p/arduino-time
19-
- Class structure and examples on integrating to Time.h Sync
19+
- Class structure and examples on integrating to *Time.h* Sync
2020

2121
* Based on code by **Ryhs Weather**
2222
- http://github.com/rweather/arduinolibs/tree/master/libraries/RTC
@@ -33,8 +33,9 @@ This IC attempts to compensate for crystal inaccuracies due to temperature chang
3333
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).
3434

3535
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.)*
3637

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.
3940

4041
,','d(-_-)b',',

0 commit comments

Comments
 (0)