You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CircuitPython_Simple_Wordclock/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,17 @@ Make a timekeeping vertical wordclock with Adafruit Feather M4, a RTC FeatherWin
4
4
5
5
Follow the Adafruit learn guide here: https://learn.adafruit.com/vertical-wordclock/ !
6
6
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.
8
+
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.
10
+
11
+
Use the slide switch added to the Adafruit Feather M4 to add one hour to the time for daylight savings.
12
+
7
13
Adafruit invests time and resources providing this open source code,
8
14
please support Adafruit and open-source hardware by purchasing
9
15
products from [Adafruit](https://www.adafruit.com)!
10
16
11
-
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
12
18
13
19
All text above, and the splash screen below must be included in any redistribution
0 commit comments