X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/4f4e6af0a2c2912d7662f0160849806507b125bd..9d61af1c25aa8a4e2236f196b6f64409e0984eb4:/src/keypad.py diff --git a/src/keypad.py b/src/keypad.py index 97c58e7..893ed4e 100644 --- a/src/keypad.py +++ b/src/keypad.py @@ -6,6 +6,11 @@ See `CircuitPython:keypad` in CircuitPython for more details. * Author(s): Melissa LeBlanc-Williams """ + +__version__ = "0.0.0-auto.0" +__repo__ = "https://github.com/adafruit/Adafruit_Blinka.git" + + import time import threading from collections import deque @@ -462,7 +467,7 @@ class ShiftRegisterKeys(_KeysBase): @property def events(self): - """The `EventQueue` associated with this `Keys` object. (read-only)""" + """The ``EventQueue`` associated with this `Keys` object. (read-only)""" return self._events def _keypad_shiftregisterkeys_scan(self):