Update README.md

This commit is contained in:
Mike Barela 2019-07-12 13:56:07 -04:00 committed by GitHub
parent 64a17c3f45
commit 46fb70dad0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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