-
状态1:正常时,8个LED发光二极管(彩灯)循环点亮。
• 状态2:有报警时,蜂鸣器发出报警声(用P3.3接一个按键,模拟产生报警信号。当开关合上...
状态1:正常时,8个LED发光二极管(彩灯)循环点亮。
• 状态2:有报警时,蜂鸣器发出报警声(用P3.3接一个按键,模拟产生报警信号。当开关合上,发生报警;当开关断开,报警停止。用P3.7输出音频信号驱动扬声器,作为报警信号),同时8个LED发光二极管(彩灯)闪烁。
P3.2接一个按键,用于消除报警-Status 1: normal, eight LED light-emitting diodes (lantern) light cycle.
- 2022-04-28 18:39:28下载
- 积分:1
-
这是一个关于秒表倒计时的程序,写的很经典,拿来就可以用...
这是一个关于秒表倒计时的程序,写的很经典,拿来就可以用-It is a countdown on the stopwatch program, written in a very classic, brought can use
- 2022-06-15 09:49:54下载
- 积分:1
-
用于串口数据的监视,对于想要通过串口开发程序的朋友一定很有帮助。...
用于串口数据的监视,对于想要通过串口开发程序的朋友一定很有帮助。-Serial data for surveillance, for want through the serial development process will certainly be helpful friend.
- 2022-06-02 21:57:19下载
- 积分:1
-
调制的代码,包含FSK,ASK等多种调制方式。
调制的代码,包含FSK,ASK等多种调制方式。-Modulation code, including FSK, ASK modulation, etc..
- 2023-01-13 21:20:03下载
- 积分:1
-
超级单片机开发软件组合,希望对单片机初学都有用
超级单片机开发软件组合,希望对单片机初学都有用-Super single-chip software portfolio, and they hope to have a single-chip learning with
- 2022-06-27 12:51:14下载
- 积分:1
-
用于向51单片机和ARMlpc系列单片机下载程序
用于向51单片机和ARMlpc系列单片机下载程序-For the 51 Series Single-chip MCU and ARMlpc download
- 2022-03-17 14:27:48下载
- 积分: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
-
c51程序原理. .
c51程序原理. .-principle
- 2022-04-07 19:34:50下载
- 积分:1
-
汽车侧滑台检测仪表.用的单片机是PIC16F877A.
产品经过市场检验...
汽车侧滑台检测仪表.用的单片机是PIC16F877A.
产品经过市场检验-Automotive instrumentation Sideslip Taiwan. Single-chip microcomputer is used PIC16F877A. Products have been market tested
- 2022-02-06 00:52:46下载
- 积分:1
-
应用actel公司的a3p030进行调试通过的LCD1602显示程序 可以应用此程序进行网站显示 等...
应用actel公司的a3p030进行调试通过的LCD1602显示程序 可以应用此程序进行网站显示 等-Application a3p030 company actel debug LCD1602 display program adopted this procedure can be applied to web display.
- 2022-07-25 12:09:06下载
- 积分:1