From: EGJ-Moorington Date: Mon, 12 Aug 2024 15:38:01 +0000 (+0200) Subject: Renamed keypad._EventQueue for parity with CircuitPython X-Git-Tag: 8.47.0^2^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/5193997e6a605241a991f93bfbf461861eb06c4c?hp=-c Renamed keypad._EventQueue for parity with CircuitPython --- 5193997e6a605241a991f93bfbf461861eb06c4c diff --git a/src/keypad.py b/src/keypad.py index b379c20..4d02496 100644 --- a/src/keypad.py +++ b/src/keypad.py @@ -67,7 +67,7 @@ class Event: ) -class _EventQueue: +class EventQueue: """ A queue of `Event` objects, filled by a `keypad` scanner such as `Keys` or `KeyMatrix`.