-
using C51 prepared by the C8051F020, the use C8051F020 internal temperature sens...
采用C51编写的基于C8051F020单片机程序,使用C8051F020内部温度传感器的实例。-using C51 prepared by the C8051F020, the use C8051F020 internal temperature sensor examples.
- 2022-11-24 00:40:04下载
- 积分:1
-
单片机驱动162芯片典型程序,简单明了。
单片机驱动162芯片典型程序,简单明了。-Single-chip driver 162 chipset typical procedure, simple and clear.
- 2022-11-02 14:10:02下载
- 积分:1
-
AVR单片机开发的DS1302的时钟实验源程序
AVR单片机开发的DS1302的时钟实验源程序-AVR development DS1302 single-chip clock source experiment
- 2022-05-17 14:19:07下载
- 积分:1
-
简单的数据采集插值方法。
简单的数据采集插值方法。-simple interpolation method of data acquisition.
- 2022-05-13 01:09:00下载
- 积分:1
-
DS18B20温度测量,上下限温度设定测量(超出报警)
DS18B20温度测量,上下限温度设定测量(超出报警)-Upper and lower limits of temperature measurement (in excess of the police)
- 2022-08-19 03:58:44下载
- 积分:1
-
一个简单的VB界面程序,包括按钮,文本等,此程序是一个CanOpen通讯的上位机界面,通过提供的接口函数,进行数据的接收和发送.希望对学习VB的有所帮助....
一个简单的VB界面程序,包括按钮,文本等,此程序是一个CanOpen通讯的上位机界面,通过提供的接口函数,进行数据的接收和发送.希望对学习VB的有所帮助.-A simple VB interface procedures, including buttons, text, etc., this program is a PC CANOpen communication interface, by providing the interface function, to receive and transmit data. I hope to learn from the VB help.
- 2022-03-13 13:53:10下载
- 积分:1
-
《单片机高级语言c51应用程序设计》是针对单片机编程专门编写,具有很高专业性。...
《单片机高级语言c51应用程序设计》是针对单片机编程专门编写,具有很高专业性。-"MCU Advanced Language decoder design applications" was due to the preparation of specialized microcontroller programming with the highly professional.
- 2023-06-12 03:50:04下载
- 积分: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
-
该程序可实现人机的交流,有键盘、显示、打印机
该程序可实现人机的交流,有键盘、显示、打印机-The program can realize man-machine communication, has a keyboard, display, printer
- 2023-06-11 14:50:03下载
- 积分:1
-
This compression bag for Sunplus 61 MCU development of some simple procedures,
此压缩包里为凌阳61单片机的一些简单的开发程序,-This compression bag for Sunplus 61 MCU development of some simple procedures,
- 2022-07-15 07:10:53下载
- 积分:1