
void keypad_read(void)
{
 key_lcd = key_table[key = ((unsigned char keypad_scan = keypad_address) & keypad_mask)];
}