]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/keypad.py
Add missing modules to the API documentation
[Adafruit_Blinka-hackapet.git] / src / keypad.py
index 97c58e782e9dc9f84ddca6f33e75f2cf485c73bc..893ed4e318c51275d03e90a3331abf3a60d16285 100644 (file)
@@ -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):