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