-
Sunplus 16
凌阳16位机 SPL501驱动程序-显示字符-Sunplus 16-bit machine SPL501 driver- display characters
- 2022-03-18 07:50:48下载
- 积分:1
-
SMS Remote Monitoring System Remote Monitoring System SMS SMS remote monitoring...
短信实现远程监测系统短 信实现远程监测系统短信实现远程监测系统-SMS Remote Monitoring System Remote Monitoring System SMS SMS remote monitoring system
- 2022-07-12 05:00:14下载
- 积分:1
-
犯错
c++2
- 2022-04-23 14:17:29下载
- 积分:1
-
初学单片机AT89C2051的例子,用实例,用c语言时钟支持…
初学单片机的一个实例运用,以at89c2051为例,用c语言编写的时钟程序。程序采用了两级中断,具有时钟及秒表功能。-beginners MCU use an example to at89c2051 example, the language used c clock procedures. Adoption of the two suspended, with the clock and stopwatch functions.
- 2022-11-21 09:00:03下载
- 积分:1
-
12864液晶(STC7920控制器)屏上用基本指令与扩充指令分时显示文字、图片、图片与文字混合、任意位置的图片。...
12864液晶(STC7920控制器)屏上用基本指令与扩充指令分时显示文字、图片、图片与文字混合、任意位置的图片。-12864 LCD (STC7920 controller) to use on-screen instructions and the expansion of the basic time-sharing display text instructions, pictures, images and characters mixed, arbitrary location of the picture.
- 2022-07-22 12:27:11下载
- 积分:1
-
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。...
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。-Week Ligong Singlechip developed manual, the specific data manual see Zhou Ligong website.
- 2022-02-15 22:40:00下载
- 积分:1
-
Master and Slave Example Protocol Design for mcs
Master and Slave Example Protocol Design for mcs-51 keil c51
- 2023-07-30 18:20:03下载
- 积分:1
-
本资料是本人在网上收集到的两款时钟芯片ds1302和sd2400的读写程序,适用于单片机开发时钟...
本资料是本人在网上收集到的两款时钟芯片ds1302和sd2400的读写程序,适用于单片机开发时钟-This information is collected from the I-line two clock chip ds1302 and sd2400 literacy program for developing MCU clock
- 2022-03-09 16:52:29下载
- 积分: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
-
用单片机实现在LED点阵上显示汉字,用C语言编写,用kile编译,再烧录在89S52上...
用单片机实现在LED点阵上显示汉字,用C语言编写,用kile编译,再烧录在89S52上-MCU on the LED dot matrix display Chinese characters, using C language, compiler used kile, then burning on the 89S52
- 2022-02-11 23:12:34下载
- 积分:1