X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/bb0f4840e3448a5020a83efedf4453c17b792799..a89095cf1ff0ff3bd6a2ad58a29cee36c265bd39:/src/busio.py diff --git a/src/busio.py b/src/busio.py index 35e7c88..cc37936 100755 --- a/src/busio.py +++ b/src/busio.py @@ -27,7 +27,7 @@ class I2C(Lockable): for both MicroPython and Linux. """ - def __init__(self, scl, sda, frequency=400000): + def __init__(self, scl, sda, frequency=100000): self.init(scl, sda, frequency) def init(self, scl, sda, frequency):