X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/aed71ab76da4f8de5e07ebe04ef05614704e899f..2ed6f5d2c74510c8be535c2218ba74ec05a1920d:/src/bitbangio.py diff --git a/src/bitbangio.py b/src/bitbangio.py old mode 100644 new mode 100755 index 101bfff..aa679f0 --- a/src/bitbangio.py +++ b/src/bitbangio.py @@ -1,3 +1,12 @@ +""" +`bitbangio` - Bitbanged bus protocols +============================================================== + +See `CircuitPython:bitbangio` in CircuitPython for more details. + +* Author(s): cefn +""" + from adafruit_blinka import Lockable, agnostic