-
meg16 examples all the features, the compiler environment of ICC, is the AVR a g...
meg16示例的所有功能,编译环境为ICC,是AVR初学者的好例子
- 2023-08-01 04:15:03下载
- 积分:1
-
用汇编语言编写的超声波测距控制源程序采用AT89S51,12MHz晶振...
用汇编语言编写的超声波测距控制源程序采用AT89S51,12MHz晶振
-Prepared by using assembly language source code control using ultrasonic ranging AT89S51, 12MHz crystal
- 2022-03-13 08:24:53下载
- 积分:1
-
基于51单片机的32位除法程序
基于51单片机的32位除法程序-based on the 32-bit microcontroller division procedures
- 2022-03-29 08:27:32下载
- 积分:1
-
32位arm9微处理器S3C2410的iis音频总线测试源代码
32位arm9微处理器S3C2410的iis音频总线测试源代码-32-bit ARM9 microprocessor S3C2410 the iis audio bus test source code
- 2022-01-26 08:24:57下载
- 积分:1
-
8051C thorough application of the language (book)很有用的软件。
8051C thorough application of the language (book)很有用的软件。-8051C thorough application of the language (book) very useful software.
- 2022-06-20 18:38:44下载
- 积分:1
-
MSP430框架程序。适用于MSP430F449,其他型号需要适当改变。 不使用的中断函数保留或者删除都可以,但保留时应确保不要打开不需要的中断。 保留中断函数...
MSP430框架程序。适用于MSP430F449,其他型号需要适当改变。 不使用的中断函数保留或者删除都可以,但保留时应确保不要打开不需要的中断。 保留中断函数,编译器将会为BSL密码填充所有的字节。-MSP430 framework procedures. Applicable to MSP430F449, other models need to be properly changed. Do not use the interrupt function can be retained or deleted, but should be retained to ensure that do not open unwanted interruption. Retain the interrupt function, the compiler will fill all of the BSL-byte password.
- 2022-02-07 17:16:41下载
- 积分:1
-
c8051f340的usb的使用,包括描述符的设置,usb的标准库文件以usb的初始化...
c8051f340的usb的使用,包括描述符的设置,usb的标准库文件以usb的初始化-c8051f340 use the usb, including descriptor settings, usb standard library file to usb initialization
- 2022-01-24 16:13:34下载
- 积分:1
-
This design through the VC and PC software to control stepper motor program
本设计提供了通过VC和上位机软件来控制步进电机的方案-This design through the VC and PC software to control stepper motor program
- 2023-04-25 02:10:04下载
- 积分:1
-
文章借助系统模型,阐明了GSM模块收发短信的基本概念以及串口控制SMS的基本原理。详细介绍了单片机控制GSM模块工作的软件实现过程,对对怎样用单片机控制GSM模...
文章借助系统模型,阐明了GSM模块收发短信的基本概念以及串口控制SMS的基本原理。详细介绍了单片机控制GSM模块工作的软件实现过程,对对怎样用单片机控制GSM模块收发短信进行了探讨,也对程序设计的主体思想作了较为细致的分析。-article with the system model, a GSM transceiver module SMS the basic concepts and serial control of the basic tenets of SMS. Details of the MCU control of the GSM module software process of how to use SCM control GSM transceiver module for the SMS study and design of the main procedures were thinking more detailed analysis.
- 2022-03-21 09:13:18下载
- 积分:1
-
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片...
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片机实定时/计数器T0来产生700HZ和500HZ的频率,根据定时/计数器T0,我们取定时250us,
* 因此,700HZ的频率要经过3次250us的定时,而500HZ的频率要经过4次250us的定时。
* 2. 在设计过程,只有当按下SP1之后,才启动T0开始工作,当T0工作完毕,回到最初状态。
* 3. “叮”和“咚”声音各占用0.5秒,因此定时/计数器T0要完成0.5秒的定时,对于以250us为基准定时2000次才可以。
*/-/* Procedure detailed functional Introduction:* When pressing the button P3.3, AT89S51 Singlechip a
- 2023-01-12 02:35:03下载
- 积分:1