当前位置:
首页
资源下载
源码下载
嵌入式/单片机编程
单片机(51,AVR,MSP430等)
搜索资源 - VB player remote control infrared remote control d






搜索资源列表
chip1
- VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //发送缓冲区 unsigned char inb