circuitpython/shared-bindings/keypad
Radomir Dopieralski 8123dc8bf7 Fix keypad classes to show the events property
It looks like we need the MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS flag on
the class for properties to work, and the Keys, KeyMatrix and
ShiftRegisterKeys classes were missing it, so the "events" property
didn't appear on the instances.
2023-10-28 19:33:37 +02:00
..
Event.c Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
Event.h keypad: Event: add timestamp. 2021-09-16 21:08:05 -05:00
EventQueue.c Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
EventQueue.h many renamings; add overflowed flag to EventQuque 2021-06-23 09:57:15 -04:00
KeyMatrix.c Fix keypad classes to show the events property 2023-10-28 19:33:37 +02:00
KeyMatrix.h refactor keypad to share more code 2022-04-05 14:50:30 -05:00
Keys.c Fix keypad classes to show the events property 2023-10-28 19:33:37 +02:00
Keys.h refactor keypad to share more code 2022-04-05 14:50:30 -05:00
ShiftRegisterKeys.c Fix keypad classes to show the events property 2023-10-28 19:33:37 +02:00
ShiftRegisterKeys.h Extended to support multiple data pins 2023-07-06 23:40:47 +02:00
__init__.c Merge remote-tracking branch 'origin/8.2.x' into merge-82x 2023-08-22 08:49:16 -05:00
__init__.h refactor keypad to share more code 2022-04-05 14:50:30 -05:00