標(biāo)題:
紅外解碼主程序
[打印本頁]
作者:
qq2853687957
時間:
2016-4-21 14:38
標(biāo)題:
紅外解碼主程序
幾種比較流行的紅外解碼程序詳解:
http://www.torrancerestoration.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.torrancerestoration.com/bbs/)
Powered by Discuz! X3.1