-
Samsung_IR_Decoder
Avr assembly code to decode samsung infrared remote control. (similar to NECS80 protocol.
- 2012-10-04 11:03:56下载
- 积分:1
-
nfr24l01
51单片机与NFR24L01连接原理图,基于完整的ASM程序代码。双方都要采用项目的电路。(51 and NFR24L01 connection diagram, based on the complete ASM code. The two sides should adopt circuit project.)
- 2016-06-19 16:48:05下载
- 积分:1
-
8x8snake
while(1)
{//if(keyenable==1){P1=0x00 P2=0xff }else{P1=0xff P2=0x00 }
for(i=3 i<SNAKE+1 i++)x[i]=100 for(i=3 i<SNAKE+1 i++)y[i]=100 //初始化
x[0]=4 y[0]=4 //果子
n=3 //蛇长 n=-1
x[1]=1 y[1]=0 //蛇头
x[2]=0 y[2]=0 //蛇尾1
addx=0 addy=0 //位移偏移
//k=1
while(1){if(keyenable)break timer0(1) }
while(1)
{timer0(e)
if(knock()){e=SPEED break } //判断碰撞
if((x[0]==x[1]+addx)&(y[0]==y[1]+addy)) //是否吃东西
- 2011-07-09 23:00:46下载
- 积分:1
-
hsr_netlink
This header, excluding the ifdef __KERNEL__ part, is BSD licensed so anyone can use the definitions to implement compatible drivers servers.
- 2015-07-12 22:06:24下载
- 积分:1
-
ESP-CoAP
说明: 基于ESP8266 的物联网CoAP的实现(Implementation of Internet of Things CoAP Based on ESP8266)
- 2019-01-12 00:16:40下载
- 积分:1
-
Virtualserialport
虚拟串口,在Proteus中可用实际串口与其通信(Virtual serial port, available at Proteus its actual serial communication)
- 2009-03-22 23:44:31下载
- 积分:1
-
FM1702
基于51单片机的FM1702的一段程序(部分测试通过)(A program based on 51 microcontroller FM1702 (test))
- 2012-09-05 09:33:21下载
- 积分:1
-
LPC213x-SSI
关于周立功公司的easyarm2131开发平台,详细的讲解了如何在它上面进行通信实验(on the easyarm2131 development platform detailed account of how it carried out the above experiment Communications)
- 2007-01-30 16:28:32下载
- 积分:1
-
timer
输出12路死区互补同步中间对齐PWM的定时器配置(Timer Configuration of 12-way Complementary Dead Zone Synchronized Intermediate Alignment PWM)
- 2020-06-25 13:40:02下载
- 积分:1
-
51综合练习
8051 练习项目,包含串口、定时器、红外遥控、LCD1602、SMI串行总线读写等功能。(8051 exercise items, including serial port, timer, infrared remote control, LCD1602, SMI serial bus reading and writing functions.)
- 2020-06-16 11:20:02下载
- 积分:1