MinhTran0911/Key_Matrix_3x3_NUC140
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This project setup the 3x3 Key Matrix on the NUC140 microcontroller using Interrupts. All buttons in the Key Matrix are debounced using built-in TIMER and its ONE_SHOT mode. Key_Matrix_3x3.c is deployable and re-runable on the NUC140 microcontroller. Operation Test: - Pressing K1 (Top Left Button in the Key Matrix) toggles LED5 - Pressing K9 (Top Right Button in the Key Matrix) toggles LED8 Other buttons are ready to be implemented to suit application.