-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Hello Arduino Library Manager team,
I would like to submit my library for inclusion in the Arduino Library Manager.
Library name: Keypad4x4
GitHub repository URL: https://github.com/sidkebo/Keypad4x4
Version: v1.0.0
Supported architectures: esp32
Description:
Keypad4x4 is an Arduino library to control 4x4 matrix keypads using ESP32 core functions.
It does not use simplified Arduino functions or direct ESP-IDF calls.
The library includes debouncing, stable key reading, and an example sketch.
Library structure:
Keypad4x4/
├─ src/
│ ├─ Keypad4x4.h
│ └─ Keypad4x4.cpp
├─ examples/
│ └─ Keypad4x4_Test/
│ └─ Keypad4x4_Test.ino
├─ library.properties
└─ README.md
License: MIT License
Please let me know if any additional information is required.
Thank you.