Compare commits
1 commit
master
...
remove-bad
| Author | SHA1 | Date | |
|---|---|---|---|
| a45af72026 |
2 changed files with 1 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ Introduction
|
|||
:alt: Documentation Status
|
||||
|
||||
.. image :: https://img.shields.io/discord/327254708534116352.svg
|
||||
:target: https://adafru.it/discord
|
||||
:target: https://discord.gg/nBQh6qu
|
||||
:alt: Discord
|
||||
|
||||
.. image:: https://github.com/adafruit/Adafruit_CircuitPython_DS1307/workflows/Build%20CI/badge.svg
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ rtc = adafruit_ds1307.DS1307(i2c_bus)
|
|||
days = ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")
|
||||
|
||||
|
||||
# pylint: disable-msg=bad-whitespace
|
||||
# pylint: disable-msg=using-constant-test
|
||||
if False: # change to True if you want to set the time!
|
||||
# year, mon, date, hour, min, sec, wday, yday, isdst
|
||||
|
|
@ -35,7 +34,6 @@ if False: # change to True if you want to set the time!
|
|||
rtc.datetime = t
|
||||
print()
|
||||
# pylint: enable-msg=using-constant-test
|
||||
# pylint: enable-msg=bad-whitespace
|
||||
|
||||
# Main loop:
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Reference in a new issue