-
c51的实例,学习时做的,看你们有没得用哈
c51的实例,学习时做的,看你们有没得用哈-C51 example, learning when to do to see you have not to use Kazakhstan
- 2022-03-01 21:11:50下载
- 积分:1
-
DS18B20资料及使用程序,适合51单片机开发,适合初学者
DS18B20资料及使用程序,适合51单片机开发,适合初学者-DS18B20 information and use the program for 51 MCU development, suitable for beginners
- 2022-11-21 15:55:04下载
- 积分:1
-
这是用VHDL来设计80C51的开发过程和代码!
处女作,大家一定要顶啊!...
这是用VHDL来设计80C51的开发过程和代码!
处女作,大家一定要顶啊!-This is 80C51 VHDL design to the development process and code! The first time, we must Crack!
- 2022-03-05 04:23:38下载
- 积分:1
-
8253的初始化程序举例:
例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为
MOV DX,307...
8253的初始化程序举例:
例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为
MOV DX,307H ;命令口
MOV AL,10110110B ;2号计数器的初始化命 令字
OUT DX,AL ;写入命令寄存器
MOV DX,306H ;2号计数器数据口
MOV AX,533H ;计数初值
OUT DX,AL ;选送低字节到2号计数器
MOV AL,AH ;取高字节送AL
OUT DX,AL ;后送高字节到2号计数器
-8253 initialization procedures examples : Example 1 : Select counters on the 2nd, in three ways. Counting for the initial 533H (2 bytes), a binary counting. Initialization of its procedures for MOV DX, 307H; I ordered MOV AL, 10110110B; on the 2nd Counter initialize command word OUT DX, AL; write commands Register MOV DX, 306H; data on the 2nd Counter I MOV AX, 533H; Counting initial OUT DX, AL; low-byte sent to the 2nd Counter MOV AL, AH; With a high-byte send AL OUT DX, AL; evacuations high byte counter to the 2nd
- 2023-08-04 20:25:03下载
- 积分:1
-
mega16 实现的控制舵机的程序,在winavr20080610上编译通过,用户可自己制作makefile函数在winavr上编译使用...
mega16 实现的控制舵机的程序,在winavr20080610上编译通过,用户可自己制作makefile函数在winavr上编译使用-realize mega16 steering gear control procedures, in winavr20080610 compiled through, users can produce their own makefile function winavr compiled using
- 2023-02-19 09:15:03下载
- 积分:1
-
这是一个延时程序,经常用于函数效果时使用,做到一个延时效果,让用户感觉效果真实...
这是一个延时程序,经常用于函数效果时使用,做到一个延时效果,让用户感觉效果真实-This is a time delay procedure, often used for function results, so that a delay effect, allow users to feel the real effect of
- 2022-08-15 08:07:32下载
- 积分:1
-
LCD driver source, the microcontroller is AT89C52.
这是JHD19264液晶显示器的驱动源程序,单片机采用的是AT89C52.-LCD driver source, the microcontroller is AT89C52.
- 2022-08-15 01:14:47下载
- 积分:1
-
基于at89c52的乒乓球游戏系统,全部通过lcd菜单选择,通过proteus仿真(绝对可行)...
基于at89c52的乒乓球游戏系统,全部通过lcd菜单选择,通过proteus仿真(绝对可行)-err
- 2023-01-25 03:25:04下载
- 积分:1
-
Device pins that are not connected to a specific peripheral function are control...
Device pins that are not connected to a specific peripheral function are controlled by the
GPIO registers. Pins may be dynamically configured as inputs or outputs. Separate
registers allow setting or clearing any number of outputs simu
中文-Device pins that are not connected to a specific peripheral function are controlled by theGPIO registers. Pins may be dynamically configured as inputs or outputs. Separateregisters allow setting or clearing any number of outputs simu Chinese
- 2022-07-19 08:58:59下载
- 积分:1
-
用凌阳16位单片机测试输入波形的频率,动态刷新显示
用凌阳16位单片机测试输入波形的频率,动态刷新显示-Sunplus 16-bit single-chip microcomputer used to test the frequency of input waveform, dynamic refresh display
- 2023-05-17 07:25:03下载
- 积分:1