白人,请打你小孩 -- 加拿大笑星 russel peters 脱口秀
http://share.vrs.sohu.com/my/v.swf&topBar=1&id=16178419&autoplay=false&from=page 本帖最后由 阳光豆苗 于 2015-3-3 10:19 编辑#define KYE_MIN 0X01
#define KEY_PLUS 0X01
unsigned char KeyDat;
void ReadPort(void)
{
if (P1 & KEY_PLUS == 0 )
{
KeyDat |= 0x01 ;
}
if (P2 & KEY_MIN == 0 )
{
KeyDat |= 0x02 ;
}
}
页:
[1]