MC13213 Beekit with SRB and NCB

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MC13213 Beekit with SRB and NCB

1,700 次查看
McGillMike
Contributor I
I am currently trying to figure out how to determine which keys were pressed, using the basic interrupt routines.
 
As soon as any key is pressed, an interrupt is generated, but from the documentation i found ,im unable to decipher between the keys.
 
Can anyone tell me how this would be done?
标签 (1)
0 项奖励
回复
1 回复

754 次查看
peg
Senior Contributor IV
Hi Mike,
The interrupt or hardware does not help you here.
It is up to you to read the port and figure out what key was pressed after the interrupt is recieved (just like you would if you didn't have an interrupt)
 
0 项奖励
回复