X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/aed71ab76da4f8de5e07ebe04ef05614704e899f..2ed6f5d2c74510c8be535c2218ba74ec05a1920d:/src/busio.py diff --git a/src/busio.py b/src/busio.py old mode 100644 new mode 100755 index 0c6e296..6c5e76f --- a/src/busio.py +++ b/src/busio.py @@ -1,3 +1,12 @@ +""" +`busio` - Bus protocol support like I2C and SPI +================================================= + +See `CircuitPython:busio` in CircuitPython for more details. + +* Author(s): cefn +""" + from adafruit_blinka import Enum, Lockable, agnostic class I2C(Lockable):