在参考你的4*4键盘中断程序,请解释一下下列代码:谢谢
GPIO_SetBits ( ROW4_GPIO_PORT, ROW4_GPIO_PIN );
GPIO_ResetBits ( LINE1_GPIO_PORT, LINE1_GPIO_PIN );
GPIO_ResetBits ( LINE2_GPIO_PORT, LINE2_GPIO_PIN );
GPIO_ResetBits ( LINE3_GPIO_PORT, LINE3_GPIO_PIN );
GPIO_ResetBits ( LINE4_GPIO_PORT, LINE4_GPIO_PIN );
//取4列的状态
if(GPIO_ReadInputDataBit ( LINE1_GPIO_PORT, LINE1_GPIO_PIN ))
{
while(GPIO_ReadInputDataBit ( LINE1_GPIO_PORT, LINE1_GPIO_PIN ));
KeyValue = 13;
}