-
89S51 与数码管显示器以及键盘SW 对应引脚的联机为:
P0.0
89S51 与数码管显示器以及键盘SW 对应引脚的联机为:
P0.0-------------------------数码管显示器的a脚
P0.1-------------------------数码管显示器的b脚
P0.2-------------------------数码管显示器的c脚
P0.3-------------------------数码管显示器的d脚
P0.4-------------------------数码管显示器的e脚
P0.5-------------------------数码管显示器的f脚
P0.6-------------------------数码管显示器的g脚
P0.7-------------------------数码管显示器的dp脚
;
P2.2-------------------------数码管显示器1的驱动脚
P2.3-------------------------数码管显示器2的驱动脚
P2.4-------------------------数码管显示器3的驱动脚
P2.5-------------------------数码管显示器4的驱动脚
P2.6-------------------------数码管显示器5的驱动脚
P2.7-------------------------数码管显示器6的驱动脚
;
P2.2-------------------------键盘SW1
P2.3-------------------------键盘SW2
P2.4-------------------------键盘SW3
P2.5-------------------------键盘SW4
P2.6-------------------------键盘SW5
P2.7-------------------------键盘SW6-devised with the digital control display and keyboard SW corresponding pin online : P0.0------------------------- Digital Display of a foot P0 .1--------
- 2022-06-03 18:10:38下载
- 积分:1
-
电子秒表
电子秒表-99 seconds time counter
- 2022-03-17 23:52:16下载
- 积分:1
-
这是一个dos下的时钟驻留程序
这是一个dos下的时钟驻留程序-This is a dos clock presence under the procedures
- 2022-02-07 01:19:36下载
- 积分:1
-
ht7289b documents, including manuals and compilation of data and the C language...
ht7289b文档,包含数据手册和汇编及C语言源程序。另外还有演示文档,图文并茂,直观明了,不错哦-ht7289b documents, including manuals and compilation of data and the C language source code. Another presentation documents, illustrations, intuitive to understand, yes oh
- 2022-07-19 05:11:29下载
- 积分:1
-
crout 比较经典 很好的一个方法 大家可以试一试
crout 比较经典 很好的一个方法 大家可以试一试-crout
- 2022-01-25 14:29:09下载
- 积分:1
-
实现统计男女生个数 0代表男生 1代表女生 键盘输入 中断调用...
实现统计男女生个数 0代表男生 1代表女生 键盘输入 中断调用
-Interrupt program for boys and girls to achieve statistical number of 0 for boys and girls on behalf of a keyboard input
- 2022-12-26 01:25:03下载
- 积分:1
-
6502bios, on the SBC 6502, LCD, time, irq, module
6502bios,关于6502的sbc,有lcd,time,irq,模块-6502bios, on the SBC 6502, LCD, time, irq, module
- 2022-12-07 08:30:03下载
- 积分:1
-
微机原理课程设计,设计一段音乐,根据音调在发光二极管上对应闪烁,并在七段数码管上显示已播放时间。...
微机原理课程设计,设计一段音乐,根据音调在发光二极管上对应闪烁,并在七段数码管上显示已播放时间。-Computer Principles of curriculum design, the design of a section of music, according to pitch in the corresponding LED flashes, and Seven-Segment LED display has been broadcasting time.
- 2023-06-15 22:25:03下载
- 积分:1
-
串口键盘的程序
串口键盘的程序 -serial keyboard procedures
- 2023-01-14 02:55:04下载
- 积分:1
-
1、用8255的A口驱动六个七段数码管(LED)的字段,C口驱动六位七段数码管(LED)的位控端,右侧两位显示分值,左侧两位显示秒值。
2、段数码管采用动态...
1、用8255的A口驱动六个七段数码管(LED)的字段,C口驱动六位七段数码管(LED)的位控端,右侧两位显示分值,左侧两位显示秒值。
2、段数码管采用动态扫描方式,用8253做定时器(采用查询方式),每位显示的时间50Hz。
3、以5ms为基本时间单位,计数产生秒时间值,秒计数到60时对分计数,分计数到69时对时计数。
-BUFF_KEY EQU 21H BUFF_LED1 EQU 22H
BUFF_LED2 EQU 23H
BUFF_LED3 EQU 24H
BUFF_LED4 EQU 25H
BUFF_LED5 EQU 26H
BUFF_LED6
- 2022-06-15 18:58:08下载
- 积分:1