Skip to content

Commit 46fb70d

Browse files
authored
Update README.md
1 parent 64a17c3 commit 46fb70d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CircuitPython_Simple_Wordclock/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ Make a timekeeping vertical wordclock with Adafruit Feather M4, a RTC FeatherWin
44

55
Follow the Adafruit learn guide here: https://learn.adafruit.com/vertical-wordclock/ !
66

7-
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).
8-
7+
**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.
98

9+
**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.
1010

11+
Use the slide switch added to the Adafruit Feather M4 to add one hour to the time for daylight savings.
1112

1213
Adafruit invests time and resources providing this open source code,
1314
please support Adafruit and open-source hardware by purchasing
1415
products from [Adafruit](https://www.adafruit.com)!
1516

16-
MIT license, designed and written by Dano Wall, code by Mike Barela
17+
MIT license, designed and guide written by Dano Wall, code by Mike Barela
1718

1819
All text above, and the splash screen below must be included in any redistribution
1920

0 commit comments

Comments
 (0)