-
presentation with a microcontroller, the production of a music test circuit, and...
一个用s52单片机,制作 的一个音乐产生试验电路,和 相关 源代码。可供大学单片机试验课参考-presentation with a microcontroller, the production of a music test circuit, and associated source code. SCM Test for University Course reference
- 2022-10-12 18:50:03下载
- 积分:1
-
with the serial download isp
用c51的isp串行下载-with the serial download isp
- 2022-03-04 01:18:42下载
- 积分:1
-
/* 程序详细功能介绍:
* 用AT89S51单片机产生“嘀、嘀、…”报警声从P3.2端口输出,产生频率为1KHz,
* 1KHZ方波从P3.2输出...
/* 程序详细功能介绍:
* 用AT89S51单片机产生“嘀、嘀、…”报警声从P3.2端口输出,产生频率为1KHz,
* 1KHZ方波从P3.2输出0.2秒,接着0.2秒从P3.2输出电平信号,如此循环下去,就形成我们所需的报警声了。
*
* 程序设计方法
*(1.生活中我们常常到各种各样的报警声,例如“嘀、嘀、…”就是常见的一种声音报警声,
* 但对于这种报警声,嘀0.2秒钟,然后断0.2秒钟,如此循环下去,假设嘀声的频率为1KHz,
* 由于要产生上面的信号,我们把上面的信号分成两部分,一部分为1KHZ方波,
* 占用时间为0.2秒;另一部分为电平,也是占用0.2秒;因此,我们利用单片机的定时/计数器T0作为定时,
* 可以定时0.2秒;同时,也要用单片机产生1KHZ的方波,对于1KHZ的方波信号周期为1ms,
* 高电平占用0.5ms,低电平占用0.5ms,因此也采用定时器T0来完成0.5ms的定时;
* 最后,可以选定定时/计数器T0的定时时间为0.5ms,而要定时0.2秒则是0.5ms的400倍,
* 也就是说以0.5ms定时400次就达到0.2秒的定时时间了。
*/
- 2022-05-23 23:28:34下载
- 积分:1
-
STC89C51是高成本
STC89C51是一种性价比很高的芯片,本篇文章提供了很详细的说明,对单片机开发着很有用.-STC89C51 is a highly cost-effective chip, this report provides a very detailed description, right MCU Development to be useful.
- 2022-08-13 07:14:51下载
- 积分:1
-
51单片机及其C语言程序开发实例第9章节
51单片机及其C语言程序开发实例第9章节-51 SCM and its C language programming examples of the first 9 chapters
- 2022-06-13 02:32:28下载
- 积分:1
-
详细介绍了摄像机标定的原理
详细介绍了LCD相机标定的原理-Described in detail the principles of camera calibration LCD
- 2022-03-14 07:08:08下载
- 积分:1
-
本代码在凌阳单片机的编译环境下执行,主要实现的功能是双通道AD采样显示...
本代码在凌阳单片机的编译环境下执行,主要实现的功能是双通道AD采样显示-the code in the compiler Sunplus SCM environment implementation, the main function is a two-channel AD sampling shows
- 2022-02-05 22:31:55下载
- 积分:1
-
debugging MCU with 51 procedures
51单片机调试用程序-debugging MCU with 51 procedures
- 2022-03-09 15:51:09下载
- 积分:1
-
FAT的C语言原代码,没有底层驱动,支持打开文件,读写文件,不支持长文件名....
FAT的C语言原代码,没有底层驱动,支持打开文件,读写文件,不支持长文件名.-FAT C language source code, there is no bottom-driven support to open the document, read and write documents, do not support long file names.
- 2022-07-09 08:07:35下载
- 积分:1
-
标准的51单片机产生PWM波形,使用定时器LED逐步实现研究…
标准51单片机用定时器产生PWM波形实现led渐亮渐灭-Standard 51 MCU generate PWM waveforms using Timer led gradually to achieve gradual eradication of light
- 2022-02-21 09:43:10下载
- 积分:1