-
8051实时操作系统
8051实时操作系统-8051 real-time operating system
- 2023-02-23 04:40:03下载
- 积分:1
-
用单片机对A
用单片机对A-Z和0-9等字符进行编码,并传输给另一单片机译码-With the microcontroller on the characters such as AZ and 0-9 encode and decode transmitted to another MCU
- 2022-03-21 12:26:35下载
- 积分:1
-
detail the pic microcontroller development software mplab6 way to use rare
详细介绍了pic单片机开发软件mplab6的使用方法,很难得-detail the pic microcontroller development software mplab6 way to use rare
- 2022-03-31 18:44:21下载
- 积分:1
-
单片机是一门实践性非常强的学科,为此我们突破传统思路,全面围绕单片机试验,从简单的流水灯开
始, 逐步的带领大家从这些简单的几行或者10 几行的程序,来熟悉...
单片机是一门实践性非常强的学科,为此我们突破传统思路,全面围绕单片机试验,从简单的流水灯开
始, 逐步的带领大家从这些简单的几行或者10 几行的程序,来熟悉和理解单片机的指令.
-Single-chip is a very strong practical subjects, and we break through the traditional idea of a comprehensive focus on single-chip testing, from simple water lights began to gradually lead the U.S. from these simple few lines or a few lines of 10 procedures to familiarity with and understanding of SCM commands.
- 2022-07-26 20:28:04下载
- 积分:1
-
proteus仿真的单片机串口通信,请使用虚拟串口软件模拟串口调试,该软件我已经上传。...
proteus仿真的单片机串口通信,请使用虚拟串口软件模拟串口调试,该软件我已经上传。-Proteus simulation of single-chip serial communication, use the virtual serial port serial debugging software simulation, the software I have already upload.
- 2022-08-23 22:09:54下载
- 积分:1
-
单片机和GPS接收机构成的车载卫星定位系统
单片机和GPS接收机构成的车载卫星定位系统-Single-chip GPS receiver and the vehicle constitutes a satellite positioning system
- 2022-07-14 20:38:00下载
- 积分:1
-
单片机实现接收从电脑发送过来的字符串的方法
单片机实现接收从电脑发送过来的字符串的方法-Achieve single-chip computer to receive from the string sent Ways
- 2022-11-17 14:00:03下载
- 积分:1
-
基于华邦W925E/C240所开发的短信话机、来电显示的C语言源程序
基于华邦W925E/C240所开发的短信话机、来电显示的C语言源程序-Based on Winbond W925E/C240 developed by phone message, caller ID of the C language source code
- 2022-08-15 06:50:26下载
- 积分:1
-
Ma teacher SCM applications c language design, beginners have to help, I just
马老师的单片机的c语言应用程序设计,初学者有帮助,我就是-Ma teacher SCM applications c language design, beginners have to help, I just
- 2023-01-06 22:20:21下载
- 积分: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