-
SD卡的驱 动资料,讲述了SD卡的SPI驱动模式
SD卡的驱 动资料,讲述了SD卡的SPI驱动模式-SD Card Driver information about the SD card SPI-driven model
- 2022-02-14 20:56:32下载
- 积分:1
-
在Proteus中利用单片机AT89C51设计温度测量与控制、LED显示电路,并利用Keil完成相关软件的编写与调试。...
在Proteus中利用单片机AT89C51设计温度测量与控制、LED显示电路,并利用Keil完成相关软件的编写与调试。-In the Proteus design using microcontroller AT89C51 temperature measurement and control, LED display circuit, and use Keil to complete the preparation of related software and debugging.
- 2022-08-13 00:36:44下载
- 积分:1
-
单片机控制步进电机加减速C语言源程序,通过不断改变定时器的定时初值来提高频率。...
单片机控制步进电机加减速C语言源程序,通过不断改变定时器的定时初值来提高频率。-Single-chip stepper motor control acceleration and deceleration C language source program, by changing the timing timer to improve the frequency of the initial value.
- 2023-04-01 19:40:03下载
- 积分:1
-
为什么你的源代码不被使用?
Why your source code are not be used?
1.The content is too simple
2.Is not a sourcecode or document
3.lack of files
4.Directory or platform is not correct selected
5.Description is not detailed
6.Compressed file has password
7.Sourcecode duplicate or already exist
- 2022-07-09 18:43: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
-
FlashFlex51 Microcontroller
Control of CompactFlash Card in I/O Mode
FlashFlex51微控制器
- 2023-01-15 11:05:03下载
- 积分:1
-
keil下12864的显示测试程序,MCU是89C51,同时带有PROteus仿真工程,很好用...
keil下12864的显示测试程序,MCU是89C51,同时带有PROteus仿真工程,很好用-keil display under the 12864 test procedure, MCU is the 89C51, while simulation with PROteus works very well with
- 2022-07-07 17:13:28下载
- 积分:1
-
小日本用mega8 做的软件模拟USB 转232
小日本用mega8 做的软件模拟USB 转232-Little Japan mega8 do with software simulation USB transfer 232
- 2023-05-12 21:10:02下载
- 积分:1
-
从官方网站获得的CanOpen通讯协议的全部资料,已经按照内容更改文件名,这是最全的协议了...
从官方网站获得的CanOpen通讯协议的全部资料,已经按照内容更改文件名,这是最全的协议了-Obtained from the official website of the All CanOpen communications protocol has been changed in accordance with the contents of the file name, which is most of the protocol
- 2022-06-19 22:15:47下载
- 积分:1
-
12864 with a character LCD demo, hope that we can need them
12864带字库液晶演示,希望大家能用得上-12864 with a character LCD demo, hope that we can need them
- 2022-03-06 08:14:15下载
- 积分:1