X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/1a7e2819f86fee2f3f4b829d325ad059b1f14e31..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):