-
AVR ATmega1280 in IAR Embedded Workbench IDE4.20 compiler platform adopted by al...
AVR ATmega1280在IAR Embedded Workbench IDE4.20平台上编译通过的全部功能的19个C语言例子-AVR ATmega1280 in IAR Embedded Workbench IDE4.20 compiler platform adopted by all of the features of the 19 C language examples
- 2022-03-29 08:22:23下载
- 积分:1
-
74HC595在数码管上的详细应用和编程方法
74HC595在数码管上的详细应用和编程方法-74HC595 in the digital control on the detailed application and programming method
- 2022-02-26 15:52:22下载
- 积分:1
-
基于电脑USB的按摩器,包括原理图和源程序下载,单片机用的是PIC12F629...
基于电脑USB的按摩器,包括原理图和源程序下载,单片机用的是PIC12F629-computer-based USB massage device, including schematic and source download, the MCU is PIC12F629
- 2022-04-21 03:59:29下载
- 积分: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
-
单片机控制步进电机程序源码,希望能帮助到需要的朋友。
单片机控制步进电机程序源码,希望能帮助到需要的朋友。-Single-chip stepper motor control program source code, hoping to help a friend in need.
- 2022-01-26 06:42:40下载
- 积分:1
-
89c51单片机定时中断动态四数码管显示的控制程序
89c51单片机定时中断动态四数码管显示的控制程序-Interrupted from time to time 89c51 single-chip digital display dynamic four of the control procedures
- 2023-02-26 04:55:03下载
- 积分:1
-
这是用vhdl语言写8051单片机的文档和程序.
这是用vhdl语言写8051单片机的文档和程序.-vhdl This is the language used to write 8051"s files and procedures.
- 2023-08-18 13:20:04下载
- 积分:1
-
ST7565串口液晶驱动+ proteus仿真的多
ST7565 串行液晶驱动 + 多层液晶菜单 + Proteus仿真 ST7565 串行液晶驱动,用 晓奇工作室 Lcmzimo.exe提取字库,实现多层菜单,配有Proteus仿真。老是提示上传错误等会再传程序吧 -ST7565 Serial LCD driver++ Proteus simulation of multi-layer LCD menu serial ST7565 LCD driver, extract the font to use Xiaoqi studio Lcmzimo.exe to achieve multi-layer menu with a Proteus simulation. Always will be prompted to upload the error re-transmission of programs such as bar
- 2023-06-19 17:05:04下载
- 积分:1
-
单片机P1口与4个按键连接,用于信号幅度和频率调节操作键。单片机P0、P2.7、P3.6(
单片机P1口与4个按键连接,用于信号幅度和频率调节操作键。单片机P0、P2.7、P3.6(-WR)与DA0832、2个741(运放)连接构成波形信号输出电路。
编程使波形信号输出电路输出正弦波信号,并且可通过操作键调节信号的幅度和频率。幅度和频率调节级别从0~10,共11个等级。
-Singlechip P1 I connect with the four buttons for the signal amplitude and frequency adjustment operation keys. Singlechip P0, P2.7, P3.6 (-WR) and DA0832, 2 months 741 (operational amplifier) to connect constitute waveform signal output circuit. Programming so that waveform signal output circuit output sine wave signal, and can be operated keys adjust the signal amplitude and frequency. Amplitude and frequency adjustment level from 0 ~ 10, a total of 11 grades.
- 2022-04-14 22:06:25下载
- 积分:1
-
LED灯控制程序,用78F9212单片机,C语言,PWM控制,可调光
LED灯控制程序,用78F9212单片机,C语言,PWM控制,可调光-LED lamp control procedures, using 78F9212 Singlechip, C language, PWM control, dimmable
- 2022-07-24 11:07:38下载
- 积分:1