-
DS1302+DS18B20+无线遥控应用程序
DS1302+DS18B20+无线遥控应用程序-DS1302+ DS18B20+ wireless remote control applications
- 2022-04-01 22:53:55下载
- 积分:1
-
HANDSON F50 3264双色点阵屏检测屏坏点程序
HANDSON F50 3264双色点阵屏检测屏坏点程序-failed to translate
- 2022-03-02 13:29:20下载
- 积分:1
-
1.熟悉硬件仿真工具KD30的使用。 2.修改样本程序 SAMP1a,使无论在计数或停止计数时,按 SW3 均对计数值清零,并停止计数。 3.编制一个秒表程序,...
1.熟悉硬件仿真工具KD30的使用。 2.修改样本程序 SAMP1a,使无论在计数或停止计数时,按 SW3 均对计数值清零,并停止计数。 3.编制一个秒表程序, 测试精度为0.1秒,按 SW1键启动计数,再按一次 SW1键停止计数。任何时候按 SW3 键停止计数,并对计数值清零。 4.按 SW1键后, 以 0.1 秒为单位开始计数,再按一次 SW1 键停止计数。若按 SW1 键时间超过2秒,则计数值清零,回到初始状态。-1. Familiar with the hardware simulation tool KD30 use. 2. Revised procedures SAMP1a samples, regardless of the count or counts at the end, according to SW3 numerical terms were right, reset, and stop counting. 3. Preparation of a stopwatch procedures, testing accuracy of 0.1 seconds, according to bond SW1 start counting, according to a key SW1 stopped counting. By SW3 any time to stop counting bond and reset the count. 4. By SW1 bond, after 0.1 seconds for start counting, according to a key SW1 stopped counting. If SW1 keys by the time more than two seconds, then reset the count and return to the initial state.
- 2023-08-01 05:40:03下载
- 积分:1
-
ARM7 LPC2148通过DS18B20采集温度,通过1602显示
ARM7 lpc2148通过DS18B20温度采集并通过1602显示-ARM7 lpc2148 through DS18B20 temperature acquisition and through 1602 show
- 2022-03-31 07:14:00下载
- 积分:1
-
STC12C5410AD库
函数,STC12C5410AD带AD处理芯片
STC12C5410AD库
函数,STC12C5410AD带AD处理芯片
-STC12C5410AD library function, STC12C5410AD chip deal with AD
- 2023-05-01 00:00:04下载
- 积分:1
-
本例采用89C52, 晶振为11.0592MHZ,关于如何编制音乐代码, 其实十分简单,各位可以看以下代码.频率常数即音乐术语中的音调,而节拍常数即音乐术语中的
本例采用89C52, 晶振为11.0592MHZ,关于如何编制音乐代码, 其实十分简单,各位可以看以下代码.频率常数即音乐术语中的音调,而节拍常数即音乐术语中的多少拍 所以拿出谱子, 试探编吧!-Example use of the 89C52, crystal for 11.0592MHZ, on how to prepare music code, is actually very simple, you can see the following code. Frequency that is constant in terms of tonal music, and the constant beat of music terminology that is how much of the shoot so come up with music score , test made it!
- 2022-07-03 07:48:51下载
- 积分:1
-
61、1602凌阳液晶程序引用的头文件就行了
凌阳61 的1602液晶显示程序
引用头文件就行-61, 1602 Sunplus LCD procedures quoted header file on the line
- 2022-01-25 14:59:22下载
- 积分: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
-
12864LCD drive very practical KeilC51
12864LCD驱动非常实用KeilC51
- 2022-11-23 00:00:03下载
- 积分:1
-
Realize Atmel
实现ATmel公司的支持SPI总线的存储芯片AT45DB011B的存取操作,kei c编写环境-Realize Atmel
- 2022-01-26 03:43:06下载
- 积分:1