Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

Commit b11ed08

Browse files
committed
Merge pull request #45 from corburn/i2c
Update Adafruit_I2C to use new-style classes
2 parents 11263c4 + 28de852 commit b11ed08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_I2C/Adafruit_I2C.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Adafruit_I2C Class
77
# ===========================================================================
88

9-
class Adafruit_I2C :
9+
class Adafruit_I2C(object):
1010

1111
@staticmethod
1212
def getPiRevision():

0 commit comments

Comments
 (0)