-
ch451驱动数码管,一按键多功能程序,24C02实现易丢失数据储存
ch451驱动数码管,一按键多功能程序,24C02实现易丢失数据储存-ch451-driven digital control, a key multi-function programs, 24C02-volatile data storage to achieve
- 2022-05-28 15:02:05下载
- 积分:1
-
空调控制器,主要根据采集信号控制空调的主机及辅助设备开关...
空调控制器,主要根据采集信号控制空调的主机及辅助设备开关-air conditioning controllers, mainly based air conditioning control signal acquisition of mainframe and auxiliary equipment Switches
- 2022-02-25 06:28:46下载
- 积分:1
-
开发usb块传输的固件程序,可pc循环向下微机发数据
开发usb块传输的固件程序,可pc循环向下微机发数据-development usb block transmission firmware procedures, pc downward cycle of the computer data
- 2022-08-10 11:05:39下载
- 积分:1
-
芯片使用51+ch375,程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件名,并可显示首文件内容...
芯片使用51+ch375,程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件名,并可显示首文件内容-chips use 51 ch375, procedures using 180 OK C code can read FAT16 file system drives the root directory, we can see the root directory under the file name, would show the contents of the documents first
- 2023-08-26 21:40:04下载
- 积分:1
-
12,14,16 dot matrix display Chinese characters files characters dot matrix displ...
12,14,16点阵汉字显示文件
12,14,16点阵汉字显示文件-12,14,16 dot matrix display Chinese characters files characters dot matrix display documents 12,14,16
- 2022-07-14 05:58:04下载
- 积分:1
-
PIC16F73 操作iButton信息按钮的源程序,对应于电子门锁的完整应用,如需要原理图请发邮件到:bian_cf@sohu.com...
PIC16F73 操作iButton信息按钮的源程序,对应于电子门锁的完整应用,如需要原理图请发邮件到:bian_cf@sohu.com-PIC16F73 button operation iButton information source, corresponding to the electronic locks the complete application, if necessary schematics please send mail to : bian_cf@sohu.com
- 2022-06-21 04:02:23下载
- 积分:1
-
通用串口通讯,C51程序源代码
通用串口通讯,C51程序源代码
通用串口通讯,C51程序源代码
通用串口通讯,C51程序源代码
-Universal Serial communications, C51 source code generic serial communications, C51 source code
- 2022-01-31 19:44:53下载
- 积分:1
-
本设计主要是运用单片机设计一个最小系统――电子时钟,它具有24小时计时功能,能够对时间进行调整,并且能实现时、分、秒的显示,同时还有内设闹钟,时间到时候会响铃,...
本设计主要是运用单片机设计一个最小系统――电子时钟,它具有24小时计时功能,能够对时间进行调整,并且能实现时、分、秒的显示,同时还有内设闹钟,时间到时候会响铃,响铃时可以通过按键控制延时再启动或关断。与此同时还设置了整点报时功能;并采用采用了软件去抖的方法扫描键盘,动态刷新显示数码管,并通过查表实现译码输出时间等编程方法;-This design is the use of single-chip design of a minimum system- Electronic clock, it has a 24-hour timer function, capable of time to adjust, and can achieve the hours, minutes and seconds display, but also equipped with alarm clocks, time to When ringing the bell to ring when the button control can delay re-start or shutdown. At the same time also set up the whole point timekeeping function and adopt the use of the software to scan the keyboard shaking method, dynamic refresh display digital tube, and through the realization of decoding look-up table output time programming method
- 2022-11-05 17:55:03下载
- 积分:1
-
程序的地址译码,单片机系统中做为外扩接口的地址译码。
程序的地址译码,单片机系统中做为外扩接口的地址译码。-Procedures address decoder, microcontroller system as a foreign expansion of the address decoder interface.
- 2022-05-05 12:54:14下载
- 积分: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