This MicroPython library is designed for Raspberry Pi Pico to make it easy to use with keypad 3x4, keypad 4x4. It is easy to use for not only beginners but also experienced users...
It is created by DIYables to work with DIYables Keypad, but also work with products from other brands. Please consider purchasing products from DIYables Store on Amazon to support our works.
- Works with any Raspberry Pi Pico board.
- init(keymap, row_pins, column_pins, num_rows, num_cols)
- get_key()
- set_debounce_time(time_ms)
- keypad_3x4.py
- keypad_4x4.py