Skip to content

Commit 994b583

Browse files
authored
corrected repo URL
1 parent 45ba832 commit 994b583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

at24c32n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
MicroPython TinyRTC I2C Module, DS1307 RTC + AT24C32N EEPROM
3-
https://github.com/mcauser/micropython-tinyrtc
3+
https://github.com/mcauser/micropython-tinyrtc-i2c
44
55
MIT License
66
Copyright (c) 2018 Mike Causer

ds1307.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
MicroPython TinyRTC I2C Module, DS1307 RTC + AT24C32N EEPROM
3-
https://github.com/mcauser/micropython-tinyrtc
3+
https://github.com/mcauser/micropython-tinyrtc-i2c
44
55
MIT License
66
Copyright (c) 2018 Mike Causer

0 commit comments

Comments
 (0)