-
控制硬盘编程,实现读写功能,最底层的程序,c51编程。
控制硬盘编程,实现读写功能,最底层的程序,c51编程。-control drives programming, achieving functional literacy, in the bottom procedures, c51 programming.
- 2022-03-12 13:27:16下载
- 积分:1
-
固态继电器g3cn中国数据。包括性能指标
固态继电器G3CN的中文资料。包括性能指标-Solid State Relays G3CN the Chinese data. Including performance indicators
- 2022-07-01 18:30:15下载
- 积分:1
-
51单片机的编程规范,对初学51编程有帮助。
51单片机的编程规范,对初学51编程有帮助。-51 microcontroller programming norms for beginners 51 programming help.
- 2022-07-12 23:52:16下载
- 积分:1
-
MSP430F2350 I2C Library
MSP430F2350 I2C Library
- 2022-03-13 03:47:42下载
- 积分:1
-
MSP430F149单片机ADC12模块程序
msp430F149 ADC12模块程序-msp430F149 ADC12 module procedures
- 2022-12-31 19:20:07下载
- 积分: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
-
蓝牙耳机的参考电路图,便于开发蓝牙耳机人供参考
蓝牙耳机的参考电路图,便于开发蓝牙耳机人供参考-Bluetooth headset reference circuit to facilitate the development of Bluetooth headset, for information,
- 2023-02-17 07:55:04下载
- 积分:1
-
IAR for MSP430 microcontroller with the C programming language C430. The book de...
本书介绍IAR公司为MSP430系列单片机配备的C程序设计语言C430。书中叙述了C语言的基本概念、C430的扩展特性及C库函数;对C430的集成开发环境的使用及出错信息作了详尽的说明;并以MSP430F149为例,对各种应用问题及外围模块操作提供了典型的C程序例程,供读者在今后的C430程序设计中参考。-IAR for MSP430 microcontroller with the C programming language C430. The book describes the C language the basic concepts, the expansion characteristics of C430 and C library functions; Transformation of the integrated development environment for the use and the error messages, made a detailed statement; And MSP430F149 example, the various application modules and external operations for a typical C program routines for readers in the future Transformation program design reference.
- 2022-02-01 10:23:30下载
- 积分:1
-
键盘输入程序,很好用得,使用AT89S52单片机
键盘输入程序,很好用得,使用AT89S52单片机-keyboard input program, easy to use, use SCM AT89S52
- 2022-02-05 16:15:03下载
- 积分:1
-
C51单片机实现对PC键盘的读取与显示 具体细节请参考源程序 将时钟线接入外部中断 数据线接入普通I/O输入输出口...
C51单片机实现对PC键盘的读取与显示 具体细节请参考源程序 将时钟线接入外部中断 数据线接入普通I/O输入输出口-C51 MCU to read the PC keyboard and display details please refer to the source clock line access external interrupt data lines access I/O input and output mouth
- 2022-04-09 11:51:33下载
- 积分:1