From 40c70b8896b4dea165ccadba934fe31803befe97 Mon Sep 17 00:00:00 2001 From: geek2003 Date: Mon, 27 Feb 2017 20:20:00 +0000 Subject: [PATCH] Add files via upload --- draft/overlay/rtc.txt | 44 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 draft/overlay/rtc.txt diff --git a/draft/overlay/rtc.txt b/draft/overlay/rtc.txt new file mode 100644 index 0000000..a480375 --- /dev/null +++ b/draft/overlay/rtc.txt @@ -0,0 +1,44 @@ + +#Adafruit PiRTC + +This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to +keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, +timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native +kernel support. + +This RTC will keep the time for about 5 years. The PCF8523 is simple and inexpensive but not a high +precision device. It may lose or gain a second or two per day. \ No newline at end of file