-
很好,AVR 11源码,C语言编程,调试通过
很不错的,AVR单片机的十一个源程序,C语言编程的,经调试通过的-very good, the AVR 11 source, the C programming language, through the debugging
- 2022-01-26 02:21:02下载
- 积分:1
-
自己写的PWM 模拟比较等 AVR16的子程序 供大家参考
自己写的PWM 模拟比较等 AVR16的子程序 供大家参考-Write your own, such as analog comparator PWM Subroutine for the AVR16 U.S. reference
- 2022-07-12 17:45:12下载
- 积分:1
-
这是一套基于单片机的温湿度测量系统,里边附有设计的原理图,pcb图,以及烧写程序代码(keil c51编写的)。温湿度传感器使用的是dht11,性价比高。该系统...
这是一套基于单片机的温湿度测量系统,里边附有设计的原理图,pcb图,以及烧写程序代码(keil c51编写的)。温湿度传感器使用的是dht11,性价比高。该系统除了能显示温湿度以外,还能设置温湿度报警阈值。设计的pcb板,小巧,使用。这是本人的毕业设计,有实物为依据,具有可操作性。-This is a single-chip microcomputer-based measuring system of temperature and humidity inside with schematic design, pcb plans, as well as the programmer code (keil c51 prepared). Temperature and humidity sensors are used dht11, cost-effective. Except that the system can display temperature and humidity outside, but also set the temperature and humidity alarm threshold. Pcb board design, compact, use. This is my graduation project, there is the physical basis of operational.
- 2022-08-19 15:09:46下载
- 积分:1
-
Institute of accumulated data, we use a secret, please do not tell others!
研究所积累的资料,大家秘密使用,千万别告诉别人!-Institute of accumulated data, we use a secret, please do not tell others!
- 2022-12-09 05:15:02下载
- 积分:1
-
单片机子程序 对初学者的课程设计应该会有些帮助^o^
单片机子程序 对初学者的课程设计应该会有些帮助^o^-SCM subroutine for beginners courses should be designed to be helpful ^ o ^
- 2023-01-18 13:15:03下载
- 积分:1
-
本软件程序为KEILc51开发环境,实现AT89S52单片机与PS2键盘的通讯,同时用液晶LM3037实现同步显示...
本软件程序为KEILc51开发环境,实现AT89S52单片机与PS2键盘的通讯,同时用液晶LM3037实现同步显示-the software development environment for KEILc51 achieve AT89S52 SCM and PS2 keyboard communications, LCD display synchronized LM3037
- 2022-02-07 15:34:55下载
- 积分:1
-
application, DAC Application
sunplus spce061a 应用,DAC应用实例-application, DAC Application
- 2022-08-11 11:44:21下载
- 积分:1
-
C51 target of Application 2. Rar
C51中的指针应用之二.rar-C51 target of Application 2. Rar
- 2022-01-26 00:01:59下载
- 积分:1
-
avr单片机,pcf8563时钟芯片源程序
avr单片机,pcf8563时钟芯片源程序-avr microcontroller, pcf8563 chip clock source
- 2022-03-15 15:19:14下载
- 积分: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