We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab45e9 commit 5734030Copy full SHA for 5734030
Adafruit_I2C/Adafruit_I2C.py
@@ -56,7 +56,7 @@ def readList(self, reg, length):
56
print results
57
return results
58
except IOError, err:
59
- print "Error accessing 09x%02X: Check your I2C address" % self.address
+ print "Error accessing 0x%02X: Check your I2C address" % self.address
60
return -1
61
62
def readU8(self, reg):
0 commit comments