From 46fb70dad05e44b338a90dcae7e2247b30fefd23 Mon Sep 17 00:00:00 2001 From: Mike Barela Date: Fri, 12 Jul 2019 13:56:07 -0400 Subject: [PATCH] Update README.md --- CircuitPython_Simple_Wordclock/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CircuitPython_Simple_Wordclock/README.md b/CircuitPython_Simple_Wordclock/README.md index 70efb13e3..430b87dbb 100644 --- a/CircuitPython_Simple_Wordclock/README.md +++ b/CircuitPython_Simple_Wordclock/README.md @@ -4,16 +4,17 @@ Make a timekeeping vertical wordclock with Adafruit Feather M4, a RTC FeatherWin Follow the Adafruit learn guide here: https://learn.adafruit.com/vertical-wordclock/ ! -set_clock.py is a run once program to set the time. You will need to edit the code as seen in the comments for the exact date and time (without daylight savings time, please). - +**set_clock.py** is a run once program to set the time. You will need to edit the code as seen in the comments for the exact date and time (without daylight savings time, please). If you move time zones, you will have to reset the time using this code. +**code.py** is the code that will run to display the time. It reads the time previously set. A backup battery in the RTC FeatherWing keeps the time even when power is removed. +Use the slide switch added to the Adafruit Feather M4 to add one hour to the time for daylight savings. Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from [Adafruit](https://www.adafruit.com)! -MIT license, designed and written by Dano Wall, code by Mike Barela +MIT license, designed and guide written by Dano Wall, code by Mike Barela All text above, and the splash screen below must be included in any redistribution