Difference between revisions of "Keypad"
Line 49: | Line 49: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | =Usage guide== | |
− | + | ||
− | + | ||
− | == | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 17:40, 27 December 2014
KEYPAD
KEYPAD_Init
Defination | void KEYPAD_Init() |
Input Arguments | none |
Return Value | none |
Description | This function configures the rows and columns for keypad scan.
|
Usage |
KEYPAD_GetKey
Defination | unsigned char KEYPAD_GetKey() |
Input Arguments | none |
Return Value | uint8_t--> ASCII value of the Key Pressed |
Description | This function waits till a key is pressed and returns its ASCII Value.
It follows the following sequences to decode the key pressed:
ASCII value. |
Usage |