-
DELTA_PLC
说明: 台达PLC Modbus协议通信dll com控件(nothing)
- 2010-03-31 16:51:14下载
- 积分: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
-
voronoiT
无线传感器网络分簇路由协议中的LEACH的仿真,程序具有详细的备注,便于初学者学习。(Wireless sensor network clustering routing protocol LEACH simulation program has detailed notes, easy for beginners to learn.)
- 2014-10-22 21:00:07下载
- 积分:1
-
ad9850
51单片机的应用ad9850DDS数字信号源的C语言程序(51SCM ad9850 DDS SIGNAL GENERATOR
)
- 2010-12-21 21:30:35下载
- 积分:1
-
Template 蜂鸣器实验
基于stm32的蜂鸣器实验源码。需要在对应平台上使用(Based on the stm32 buzzer experimental source. Need to use on the corresponding platform)
- 2017-06-19 03:30:48下载
- 积分:1
-
C8051F020examples
包含了C8051的基本例程,如流水灯,IO口控制,蜂鸣器,串口通信等(C8051MCU example programs)
- 2013-09-04 11:25:58下载
- 积分:1
-
Mouse_Drive
电脑鼠底层驱动,能实现曲线转弯,速度快,很平稳(Computer mouse driver, can realize curve curve, speed, very smooth
)
- 2012-02-26 21:53:33下载
- 积分:1
-
adc
对ad7685的详细运用。加上12864显示。有电路图、芯片资料(Detailed use of ad7685 plus 12864 shows)
- 2013-08-21 14:37:18下载
- 积分:1
-
SPI_STM32_FPGA
STM32F1与FPGA通过SPI进行通信,我上传的是32部分的程序,已经通过串口测试成功。此程序可拓展为和单片机,DSP通过SPI进行通信(STM32F1 and FPGA communication through the SPI, I uploaded the 32 part of the procedure has been successfully tested through the serial port. This program can be extended to and single-chip, DSP communication through the SPI)
- 2020-11-16 09:29:42下载
- 积分:1
-
VIDBUF
8051/8096/8099/8048单片机汇编工具、
汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单
片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、
创新32位声开发、视频实例(8051/8096/8099/8048 SCM tools,
Assembly language, Motorola m68HC11, m680x0 series of assembly language, inter8051 single
Machine assembly language, dos not an open secret, windows process control, graphical programming,
Innovative 32-bit sound, video examples)
- 2014-02-24 15:15:08下载
- 积分:1