绝对通用的红外解码数码管显示
//使用12M晶振 适用于TC9012芯片,其他芯片请自行更改解码时序 #include #include #include //////////////////////////////////////////////// #define TURE 1 #define FALSE 0 //////////////////////////////////////////////// sbit IR=P3^2;//红外接口标志 unsigned char const dofly[]={0x3f,0x06,0x5b,0x4f,0x66
下载地址
用户评论