-
320*240液晶驱动源码,屏为1335驱动,平台为C51.
320*240液晶驱动源码,屏为1335驱动,平台为C51.-320* 240 LCD driver source code, screen for the 1335 drive, the platform for the C51.
- 2022-03-10 05:08:19下载
- 积分:1
-
触摸屏芯片ads7846ads7843驱动程序(C语言编写),单片机控制的触摸屏驱动程序(C编写)...
触摸屏芯片ads7846ads7843驱动程序(C语言编写),单片机控制的触摸屏驱动程序(C编写)-Touchscreen chip ads7846ads7843 Driver (C language), SCM control Touchscreen Driver (C preparation)
- 2023-04-23 20:05:03下载
- 积分:1
-
this source is used CS5460A+ W78E58 exchange digital multifunction instrument co...
此源码是采用CS5460A+W78E58的多功能交流数字仪表的代码,有功率表、电压表、电流表、功率因数表和相位角表功能。-this source is used CS5460A+ W78E58 exchange digital multifunction instrument code, a power meter, voltmeter, ammeter, power factor and phase angle Table Table functions.
- 2022-02-10 07:29:57下载
- 积分:1
-
单片机标准键盘PS2与单片机通信这是用C语言写 的哈
单片机标准键盘PS2与单片机通信这是用C语言写 的哈-MCU standard keyboard PS2 and SCM communication is written in C language in Kazakhstan
- 2022-02-03 20:05:41下载
- 积分:1
-
在Proteus中实现按键延时复用,单个按键实现对整个屏幕的数据输入,并实现c语言中的冒泡算法,从大到小,从小到大排列...
在Proteus中实现按键延时复用,单个按键实现对整个屏幕的数据输入,并实现c语言中的冒泡算法,从大到小,从小到大排列-Proteus delay in achieving key re-use, single button to achieve the entire screen data entry, and to achieve c language bubble algorithm, from biggest to smallest, from small to large array
- 2023-01-05 03:25:03下载
- 积分:1
-
avr c使用手册,帮助初学者能够快速的了解avr系列的单片机
avr c使用手册,帮助初学者能够快速的了解avr系列的单片机-avr c user manual, help beginners to quickly understand avr microcontroller series
- 2022-09-19 05:15:05下载
- 积分:1
-
用AT89S51单片机制作的一个带通讯的数字电压表,内含电路原理图及汇编源程序代码,以及数张图片,还有论文和设计感想。倾力奉送!...
用AT89S51单片机制作的一个带通讯的数字电压表,内含电路原理图及汇编源程序代码,以及数张图片,还有论文和设计感想。倾力奉送!-AT89S51 produced using a single-chip communications with digital voltage meter, including the circuit schematic and the compilation of source code, as well as a few pictures, there are papers and design thoughts. Effort away!
- 2023-05-02 13:20:04下载
- 积分:1
-
DS1302读写一体化C51源程序
DS1302读写一体化C51源程序-DS1302 source code reader integration C51
- 2023-01-19 21:35:04下载
- 积分:1
-
MAX197 Multi
MAX197多量程A/D转换器及应用,与8031单片机配合-MAX197 Multi-range A/D converter and application, with the 8031 single-chip microcomputer with
- 2023-01-19 00:10:03下载
- 积分: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