X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/ae345a440ae40608c8f4ccec887e1bcaaa9fa15e..0f15234d0bea59d65e64e64adcb81b3b0e5fa102:/src/busio.py diff --git a/src/busio.py b/src/busio.py index 2de9e60..e3770a4 100644 --- a/src/busio.py +++ b/src/busio.py @@ -29,6 +29,8 @@ class I2C(Lockable): """ Busio I2C Class for CircuitPython Compatibility. Used for both MicroPython and Linux. + + NOTE: Frequency has no effect on Linux systems. The argument is only there for compatibility. """ def __init__(self, scl, sda, frequency=100000):