Update README.md
This commit is contained in:
parent
64a17c3f45
commit
46fb70dad0
1 changed files with 4 additions and 3 deletions
|
|
@ -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/ !
|
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,
|
Adafruit invests time and resources providing this open source code,
|
||||||
please support Adafruit and open-source hardware by purchasing
|
please support Adafruit and open-source hardware by purchasing
|
||||||
products from [Adafruit](https://www.adafruit.com)!
|
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
|
All text above, and the splash screen below must be included in any redistribution
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue