-
该代码是在凌阳单片机上实现Tcp/IP协议的代码。通过它可以让单片机接入互联网。...
该代码是在凌阳单片机上实现Tcp/IP协议的代码。通过它可以让单片机接入互联网。-the code is in Sunplus SCM achieve TCP/IP protocol code. Through its SCM can allow access to the Internet.
- 2022-05-21 18:08:59下载
- 积分:1
-
犯错
红外解码程序主要工作为等待红外线信号出现,并跳过引导信号,开始收集连续32位的表面数据,存入内存的连续空间。位信号解码的原则是:以判断各个位的波宽信号来决定高低信号。位解码原理如下:
解码为0:低电平的宽度0.56ms+高电平的宽度0.56ms。
解码为1:低电平的宽度1.68ms+高电平的宽度0.56ms。
程序中必须设计一精确的0.1ms延时时间作为基础时间,以计数实际的波形宽度,若读值为5表示波形宽度为0.5ms,若读值为16表示波形宽度为1.6ms,以此类推。高电平的宽度1.12ms为固定,因此可以直接判断低电平的宽度的计数值5或时16,来确定编码为0或是1。程序中可以减法指令SUBB来完成判断,指令“SUBB A,R2”中若R2为计数值,A寄存器设为8,就可如下:
当“8-R2”有产生借位,借位标志C=1,表示编码为1。
当“8-R2”无产生借位,借位标志C=0,表示编码为0。
将借位标志C经过右移指令“RRC A”转入A寄存器中,再经由R0寄存器间接寻址存入内存中。
-err
- 2022-08-22 12:44:29下载
- 积分:1
-
基于avr(mage16)的bootload实验范例,使用winavr编译。
基于avr(mage16)的bootload实验范例,使用winavr编译。-Based on the avr (mage16) Experimental example of the serial port, use the compiler winavr.
- 2023-07-20 10:40:04下载
- 积分:1
-
用来测量温度的DS18B20的应用程序,有这方面需要的请下来
用来测量温度的DS18B20的应用程序,有这方面需要的请下来-DS18B20 used to measure temperature applications, a need, please down
- 2022-03-14 06:36:25下载
- 积分:1
-
单片机外围电路emc设计(powerpoint)
单片机外围电路emc设计(powerpoint)-microcontroller peripheral circuit design Smarts (powerpoint)
- 2022-04-06 16:06:36下载
- 积分:1
-
Based on the Xilinx Spartan family of development boards and the DDR SDRAM desig...
基于Xilinx Spartan系列开发板的DDR SDRAM设计方案及经验总结!-Based on the Xilinx Spartan family of development boards and the DDR SDRAM design experience!
- 2022-07-04 08:34:37下载
- 积分:1
-
128*64程序和仿真80C51
128*64 LCM program and simulate for 80C51.
help for you...
128*64程序和仿真80C51
128*64 LCM program and simulate for 80C51.
help for you -128* 64 procedures and simulation 80C51128* 64 LCM program and simulate for 80C51.help for you
- 2022-03-25 00:07:02下载
- 积分:1
-
单片机控制键盘和led,键盘送入的数据在led 上显示,数据满四位后,键入的第5位数据在个位显示,前四位清零。...
单片机控制键盘和led,键盘送入的数据在led 上显示,数据满四位后,键入的第5位数据在个位显示,前四位清零。-MCU control the keyboard and led, keyboard into the data led the show, data-4, Type the first five places in the data revealed that four former reset.
- 2022-06-12 03:25:29下载
- 积分:1
-
DEW POINT CALCULATION ROUTINE
DEW POINT CALCULATION ROUTINE
- 2022-07-05 12:09:20下载
- 积分:1
-
Battery LED light automatic lighting control system design and implementation, w...
光电池LED自动照明控制系统的设计与实现,这是一套毕业设计,里面包括电路原理图和程序原码包,还有相关的芯片资料,这是一套很大的系统
-Battery LED light automatic lighting control system design and implementation, which is a graduation project, which include the circuit schematic diagram and procedures for the original code package, and chip-related information, this is a great system
- 2022-02-04 20:07:59下载
- 积分:1