We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369ff15 commit ff6f11aCopy full SHA for ff6f11a
Adafruit_I2C.py
@@ -4,6 +4,10 @@
4
5
# ===========================================================================
6
# Adafruit_I2C Class
7
+# Adafruit_I2C.py is essentially a fork of the Adafruit Raspberry Pi I2C module.
8
+# Any pull requests for this module should be directed to the following, and I
9
+# can pull them. I'd rather not deviate from the original:
10
+# https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code/tree/master/Adafruit_I2C
11
12
13
class Adafruit_I2C :
0 commit comments