Skip to content

DIYables/DIYables_Pico_Keypad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keypad Library for Raspberry Pi Pico - DIYables_Pico_Keypad

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.

Features

  • Works with any Raspberry Pi Pico board.

Product Link

Available Functions

  • init(keymap, row_pins, column_pins, num_rows, num_cols)
  • get_key()
  • set_debounce_time(time_ms)

Available Examples

  • keypad_3x4.py
  • keypad_4x4.py

Tutorials

References

About

The Raspberry Pi Pico Library for Keypad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages