-
这是CAN总线收发器SJA1000的控制程序,采用C语言编写的,有一定参考价值,
这是CAN总线收发器SJA1000的控制程序,采用C语言编写的,有一定参考价值,-CAN transceiver SJA1000 control procedures, using the C language, a certain reference value,
- 2023-02-12 02:40:03下载
- 积分:1
-
Motorola MCU MC68HC908 companies achieve SCI function of the sample program, C l...
Motorola公司单片机MC68HC908实现SCI功能的实例程序,C语言在Code Warrier集成环境中编写。-Motorola MCU MC68HC908 companies achieve SCI function of the sample program, C language in the Code Warrier prepared integrated environment.
- 2022-03-12 13:08:46下载
- 积分:1
-
单片机读写E2P程序
利用单片机和2402连接,向2402内写入一串数据,单片机通过按键来将写入的数据读出来
用LED显示...
单片机读写E2P程序
利用单片机和2402连接,向2402内写入一串数据,单片机通过按键来将写入的数据读出来
用LED显示-E2P procedures to read and write single-chip single-chip computer and 2402 connected to 2402 with a string of data to write, microcontroller through the keys to write the data will be read out with LED display
- 2023-04-12 06:20:03下载
- 积分:1
-
floating
浮点除法子程序,可以高效率计算浮点浮点除法,程序短小精干,非常讨巧-floating-point division subroutine, high efficiency calculation float float division, procedures small and lean, very quick and easy
- 2023-04-25 05:15:02下载
- 积分:1
-
这是CS5460芯片测试电源显示更多中国内..
这是关于电能检测芯片CS5460的说明,里面有多篇中文资料,还有汇编语言例子.-This is the power of the CS5460 chip testing shows that more of Chinese inside information, there are examples of assembly language.
- 2022-02-20 12:55:39下载
- 积分:1
-
detail the pic microcontroller development software mplab6 way to use rare
详细介绍了pic单片机开发软件mplab6的使用方法,很难得-detail the pic microcontroller development software mplab6 way to use rare
- 2022-03-31 18:44:21下载
- 积分:1
-
DS18B20 单线数字温度计指南,除硬件结构介绍外,还包含有汇编语言源代码及C语言源你码,是一个很不错的开发参考资料....
DS18B20 单线数字温度计指南,除硬件结构介绍外,还包含有汇编语言源代码及C语言源你码,是一个很不错的开发参考资料.-Single-wire digital thermometer DS18B20 Guide, in addition to the hardware structure of introduction, it also contains the source code in assembly language and C language source your code, is a very good development of reference materials.
- 2023-07-17 07:05:04下载
- 积分:1
-
液晶显示控制器T6963C与单片机的接口及编程
液晶显示控制器T6963C与单片机的接口及编程-T6963C LCD controller and microcontroller interface and programming
- 2022-05-16 16:51:34下载
- 积分: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
-
use of the arm LPC2210 MCU for AD conversion, ADC module for use voltage measure...
使用的是arm单片机LPC2210,进行AD 转换,使用ADC模块进行电压测量,有多个程序模块-use of the arm LPC2210 MCU for AD conversion, ADC module for use voltage measurement, there are a number of program modules
- 2022-07-02 09:26:38下载
- 积分:1