circuitpython/shared-bindings/keypad
Rob Capellini b8f2799609 Convert more modules to use MP_REGISTER_MODULE
Convert bitbangio, bitmaptools, _bleio, board, busio, countio, digitalio, framebufferio, frequencyio, gamepadshift, getpass, keypad, math, microcontroller, and msgpack modules to use MP_REGISTER_MODULE.

Related to #5183.
2021-08-26 21:35:02 -04:00
..
Event.c Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS 2021-07-12 06:57:59 -05:00
Event.h many renamings; add overflowed flag to EventQuque 2021-06-23 09:57:15 -04:00
EventQueue.c Fix up onewireio docs and other notes 2021-08-12 11:15:04 -07:00
EventQueue.h many renamings; add overflowed flag to EventQuque 2021-06-23 09:57:15 -04:00
KeyMatrix.c Made error message clear and reduce calls 2021-08-19 20:03:49 -05:00
KeyMatrix.h remove pressed() and get_states_into() 2021-06-23 15:10:38 -04:00
Keys.c Made check function generic 2021-08-17 17:55:26 -05:00
Keys.h remove pressed() and get_states_into() 2021-06-23 15:10:38 -04:00
ShiftRegisterKeys.c check_for_deinit() more places in scanners 2021-06-23 15:42:31 -04:00
ShiftRegisterKeys.h remove pressed() and get_states_into() 2021-06-23 15:10:38 -04:00
__init__.c Convert more modules to use MP_REGISTER_MODULE 2021-08-26 21:35:02 -04:00
__init__.h Inital keypad work: Keys working: one pin per key 2021-06-08 20:27:31 -04:00