标题:
红外解码主程序
[打印本页]
作者:
qq2853687957
时间:
2016-4-21 14:38
标题:
红外解码主程序
几种比较流行的红外解码程序详解:
http://www.51hei.com/mcu/3320.html
/***********************************è¡ò£¿ØDÅoÅμíλê±3¤*****************************************/
uint getlow(void)
{
uint temp=0;
while(!hwx&&temp<12000)
{
temp++;
}
return temp;
}
/***********************************è¡ò£¿ØDÅoŸßλê±3¤****************************************/
uint gethight(void)
{
uint temp=0;
while(hwx&&temp<6000)
{
temp++;
}
return temp;
}
欢迎光临 (http://www.51hei.com/bbs/)
Powered by Discuz! X3.1