-
一个非常好的单片机读写液晶的程序,已经服了源码。
一个非常好的单片机读写液晶的程序,已经服了源码。-A very good single-chip LCD to read and write procedures, had already served a source.
- 2022-03-02 04:37:39下载
- 积分:1
-
用单片机实现对温度的测量,并在数码管上显示出来,精度很高...
用单片机实现对温度的测量,并在数码管上显示出来,精度很高-Achieved with single-chip temperature measurement and control in the digital display, high accuracy
- 2022-11-24 08:50:02下载
- 积分:1
-
8051f020的对于126*64lcd通用汇编程序,可以作为测试硬件工作不工作的程序...
8051f020的对于126*64lcd通用汇编程序,可以作为测试硬件工作不工作的程序-8051f020* 126 for the definitive compilation 64lcd procedures can be used as test hardware work procedures do not work
- 2022-08-19 19:42:13下载
- 积分:1
-
On sdc/mmc detailed usage, Japan website
关于sdc/mmc的详细用法,日本网站下载-On sdc/mmc detailed usage, Japan website
- 2023-03-30 11:30:04下载
- 积分: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
-
4汉字左流动128*16点阵LED显示代码
4汉字左流动128*16点阵LED显示代码-4 characters left to flow 128* 16 dot matrix LED display code
- 2022-05-06 23:25:38下载
- 积分:1
-
摩托罗拉单片机的串行通信查询方式的原代码
摩托罗拉单片机的串行通信查询方式的原代码-Motorola MCU serial communication inquiry of the original code
- 2022-03-25 07:58:52下载
- 积分:1
-
此文件为AT45DB ATMEL芯片的驱动程序实例,串行闪存编程…
本文件为atmel公司的at45db芯片的驱动程序实例,对于串行flash编程有帮助-this document for the at45db ATMEL chips Driver example, serial flash programming for help
- 2022-05-31 02:12:44下载
- 积分:1
-
一个完整的用51单片机控制温度传感器采集并显示的程序,温度传感器选用DS18B20,显示器为1602...
一个完整的用51单片机控制温度传感器采集并显示的程序,温度传感器选用DS18B20,显示器为1602-An integrated temperature sensor with 51 control procedures for collecting and display, temperature sensor selection DS18B20, display for the 1602
- 2023-07-22 06:00:03下载
- 积分:1
-
在Protues下仿真用2片164驱动8个LED数码管
在Protues下仿真用2片164驱动8个LED数码管-Protues simulation used in the next two 164 drives 8 LED digital tube
- 2022-08-21 09:23:26下载
- 积分:1