Definition in file KPD.h.
#include <iotiny24.h>
Include dependency graph for KPD.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | DEBUGWIRE |
Functions | |
| unsigned char | KPD_GetKey (void) |
| void | KPD_Init (void) |
| __interrupt void | PCINT1_ISR (void) |
| __interrupt void | TC0_ISR (void) |
|
|
|
|
|
Definition at line 83 of file KPD.c. References KPD_KeyPressed, and KPD_LastKey. Referenced by main(). |
|
|
Definition at line 32 of file KPD.c. References KPD_KeyDown, KPD_KeyPressed, KPD_LastKey, and KPD_ScanRow. Referenced by CheckAccess(), and Initialise(). |
|
|
Definition at line 96 of file KPD.c. References KPD_KeyDown, KPD_KeyPressed, KPD_LastKey, and KPD_ScanRow. |
|
|
Definition at line 143 of file KPD.c. References KPD_KeyDown, and KPD_ScanRow. |
1.4.4