-
蜂鸣器响
改变蜂鸣器的频率,通过改变延时时间
蜂鸣器的时间要是是靠延时来完成的...
蜂鸣器响
改变蜂鸣器的频率,通过改变延时时间
蜂鸣器的时间要是是靠延时来完成的-Buzzer buzzer ring to change the frequency by changing the delay time if the buzzer is the time to be completed by the time delay
- 2022-09-10 20:10:03下载
- 积分:1
-
digital control of the Code Check, in MCU development, it is easy to control the...
数码管段码速查,在单片机开发时,很容易的控制数码管-digital control of the Code Check, in MCU development, it is easy to control the digital control
- 2022-10-14 22:35:03下载
- 积分:1
-
C language source code commonly used algorithm commonly used algorithm C languag...
C语言常用算法源代码 C语言常用算法源代码-C language source code commonly used algorithm commonly used algorithm C language source code algorithm commonly used C language source code
- 2022-08-03 17:00:50下载
- 积分:1
-
8051仿真程序.可以对8051做详细的了解。全部内容以傻瓜式告诉学习者,通过学习本软件可以对汇编的编程有更深入的了解。...
8051仿真程序.可以对8051做详细的了解。全部内容以傻瓜式告诉学习者,通过学习本软件可以对汇编的编程有更深入的了解。-8051 simulation program. May 8051 a detailed understanding. All the contents to tell the fool-learners, learning the software to be able to compile the program with a more in-depth understanding.
- 2022-02-06 11:18:33下载
- 积分:1
-
ch451键盘LED管理芯片的驱动程序,很好用的,设计很标准的代码
ch451键盘LED管理芯片的驱动程序,很好用的,设计很标准的代码-ch451 keyboard LED chip management of the driver, the good design is the standard code
- 2022-07-25 06:06:24下载
- 积分:1
-
ISD_调试范例,nRF9E5的C语言编程.
ISD_调试范例,nRF9E5的C语言编程.-ISD_ debugging example, nRF9E5 the C language programming.
- 2022-12-28 10:25:03下载
- 积分:1
-
电子图书《华中理工大学出的C51教材》,很不错的。
电子图书《华中理工大学出的C51教材》,很不错的。-electronic books "Huazhong University of Science and the C51 materials," very good.
- 2022-04-06 15:27:08下载
- 积分:1
-
直流电机闭环控制用ATM89C51实现。在Keil C 51 下编译通过
直流电机闭环控制用ATM89C51实现。在Keil C 51 下编译通过-DC motors with closed-loop control ATM89C51 realize. In the Keil C 51 under the compiler through
- 2022-06-03 14:45:18下载
- 积分: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
-
This procedure is based on the 89C51 football Substitution realization of the fu...
本程序是基于89C51的足球换人牌的功能实现-This procedure is based on the 89C51 football Substitution realization of the function card
- 2022-04-15 15:48:11下载
- 积分:1