X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/9d61af1c25aa8a4e2236f196b6f64409e0984eb4..58e9e0697ed5fcb491d9836f77d57ad0d68d444d:/src/keypad.py diff --git a/src/keypad.py b/src/keypad.py index 893ed4e..df31541 100644 --- a/src/keypad.py +++ b/src/keypad.py @@ -6,11 +6,6 @@ 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 @@ -389,7 +384,7 @@ class ShiftRegisterKeys(_KeysBase): key_count, value_when_pressed, interval=0.02, - max_events=64 + max_events=64, ): """ Create a `Keys` object that will scan keys attached to a parallel-in serial-out