-
Light-cube
这是一个基于51单片机的光立方程序,可以实现多种LED显示功能(This is a light cube program based on 51 single chip microcomputer, can realize many kinds of LED display function
)
- 2014-04-25 21:24:02下载
- 积分:1
-
L298N_Drv2.5a2.6
l298n控制步进电机两相八拍测试程序,加加加几(l298n controlled stepper motor test program)
- 2013-05-11 15:23:01下载
- 积分:1
-
PSCAD-Relay
PSCAD继电保护仿真模型 (PSCAD simulation examples Collection)
- 2011-07-03 09:19:57下载
- 积分:1
-
sms3_0_0
SMS Specifications Version 3.0.0
- 2014-09-28 19:37:32下载
- 积分:1
-
AD-DMA
STM32同步注入模式进行AD转换,功能已经实现,有需要的大家拿来用,可以让你少走很多弯路,希望对大家有用。(STM32 synchronous injection mode, AD conversion, functionality is implemented, we use them in need, can let you walk a lot less detour, hope useful for everyone.
)
- 2021-04-05 11:49:03下载
- 积分:1
-
PADS9.5实战攻略与高速PCB设计
详细介绍了利用PADS 9.5 实现原理图与PCB设计的方法和技巧。配合大量示意图,介绍了印制电路板设计流程和常用电路模块的PCB处理方法(The method and technique of using PADS 9.5 to realize schematic diagram and PCB design are introduced in detail. With a large number of schematic diagrams, the design process of printed circuit boards and the PCB processing methods of common circuit modules are introduced)
- 2017-07-15 10:36:14下载
- 积分:1
-
8155proteus
51单片机的8155扩展的proteus仿真,完成数码管显示,LED灯控制,键盘控制等多种功能,仅供参考(51 MCU 8155 extended proteus simulation, the completion of digital tube display, LED light control, keyboard control and other functions, for reference purposes only)
- 2020-12-11 00:29:18下载
- 积分:1
-
date
万年历开发 时间Calendar Development - Time(Calendar Development- Time)
- 2013-12-08 17:22:11下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
STM32F103-DAC
在STM32上实现片内DAC模块的模数转换功能(Realization of analog-to-digital conversion)
- 2020-07-01 17:20:02下载
- 积分:1