-
串行驱动led显示
串行驱动led显示- Serial actuates led to demonstrate
- 2022-04-30 04:58:48下载
- 积分:1
-
供应链管理
单片机定点运算子程序库,源程序经KEIL测试ok.-SCM- point computation subroutine library, source testing by KEIL ok.
- 2022-05-19 01:20:28下载
- 积分: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
-
SCM CPU timing
单片机CPU时序-SCM CPU timing
- 2022-01-24 08:59:06下载
- 积分:1
-
手写IC(EPH1100)的80C51驱动软件。
手写IC(EPH1100)的80C51驱动软件。-handwritten IC (EPH1100) 80C51-driven software.
- 2023-03-28 13:40:03下载
- 积分:1
-
平缝机的单片机伺服控制系统源代码。本程序为用单片机控制永磁同步电机的低成本方案...
平缝机的单片机伺服控制系统源代码。本程序为用单片机控制永磁同步电机的低成本方案-sewing machine SCM servo control system source code. The procedures for the use of SCM control PMSM low-cost programs
- 2023-03-25 22:30:03下载
- 积分:1
-
这个版本的代码仅仅是由于AT89C2051兼容
This version of the code is compatible only with the AT89C2051 due to the
location of the data buffer and stack in RAM. The code may be modified to
work with the AT89C1051 by relocating or resizing the buffer and stack to
fit into the smaller amount of RAM available in the AT89C1051.
- 2022-08-14 23:26:53下载
- 积分:1
-
硅实验室C8051F320单片机/ 1例,PC
Silicon Laboratories C8051F320/1单片机例子,PC端调试程序以及驱动程序。-Silicon Laboratories C8051F320/1 Singlechip example, PC-side debugging procedures, as well as drivers.
- 2023-01-03 22:00:03下载
- 积分:1
-
This is the one automatic temperature control systems, and LCD (1602) display
此为一温度自动控制系统,并用LCD(1602)进行显示-This is the one automatic temperature control systems, and LCD (1602) display
- 2023-06-18 11:20:04下载
- 积分:1
-
Get Temperature with C51
c51的温度测量程序,利用的是模拟输入初学哦,写得不好。-Get Temperature with C51
- 2023-02-06 02:40:03下载
- 积分:1