-
430 Singlechip msp430f169 I2C operation has a wealth of external modules which h...
msp430f169 I2C操作 430单片机有丰富的外围模块其中有硬件I2C模块-430 Singlechip msp430f169 I2C operation has a wealth of external modules which have hardware I2C module
- 2023-05-17 20:15:03下载
- 积分:1
-
C51 man
C51人机接口技术,有4×4键盘程序显示及其仿真-C51 man-machine interface technology, there are 4 × 4 keyboard display and simulation
- 2022-06-13 06:47:38下载
- 积分:1
-
此程序为调试通过的程序,有键盘输入和LED输出的功能
此程序为调试通过的程序,有键盘输入和LED输出的功能-this procedure through the debugging process, LED keyboard input and output functions
- 2022-08-14 03:05:14下载
- 积分:1
-
24c02
24c02-24c512 c51驱动-24c02-driven 24c512 decoder
- 2023-07-17 22:25:03下载
- 积分:1
-
该代码包介绍了基于51系列单片机平台是实现时间触发的嵌入式系统的各种应用的代码...
该代码包介绍了基于51系列单片机平台是实现时间触发的嵌入式系统的各种应用的代码-the code based on the Series 51 platform SCM is the time to trigger the Embedded System Applications code
- 2022-02-03 13:18:59下载
- 积分:1
-
TLC5618 D/A 输出
TLC5618 D/A 输出-Programmable DoubleChannel12-bit DACTLC5618in D/A output
- 2022-08-25 02:47:58下载
- 积分:1
-
单片机测试串口通信程序,使用KEIL c进行开发,适合初学者学习...
单片机测试串口通信程序,使用KEIL c进行开发,适合初学者学习-microcontroller serial communications testing procedures, the use of KEIL c develop suitable for beginners learning
- 2022-08-22 10:18:09下载
- 积分:1
-
Fix
三菱PLC上位机程序详细例子,很适合基础入门-Fix-PLC Commuation to Computer
- 2022-12-10 14:50:03下载
- 积分:1
-
msp430实现max7219显示程序(汇编)
msp430实现max7219显示程序(汇编)-MSP430 realize MAX7219 display program (compilation)
- 2023-02-14 03:50:04下载
- 积分: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