We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f522610 commit 947b9daCopy full SHA for 947b9da
examples/pcf8523_simpletest.py
@@ -14,7 +14,7 @@
14
rtc = adafruit_pcf8523.PCF8523(i2c)
15
16
# Lookup table for names of days (nicer printing).
17
-days = ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")
+days = ("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday")
18
19
20
# pylint: disable-msg=using-constant-test
0 commit comments