Skip to content

Commit cc40d4b

Browse files
committed
MAKE IT I2C
1 parent 4d3513a commit cc40d4b

File tree

1 file changed

+1
-1
lines changed
  • PiCowbell_Adalogger_Examples/CircuitPython_Real_Time_Clock

1 file changed

+1
-1
lines changed

PiCowbell_Adalogger_Examples/CircuitPython_Real_Time_Clock/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from adafruit_pcf8523.pcf8523 import PCF8523
88

99
I2C = busio.I2C(board.GP5, board.GP4)
10-
rtc = PCF8523(i2c)
10+
rtc = PCF8523(I2C)
1111

1212
days = ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")
1313

0 commit comments

Comments
 (0)