-
Heart-rate
ECG for msp430心电数据采样及LCD显示,官方样板程序。(ECG for msp430
)
- 2015-01-30 14:51:50下载
- 积分:1
-
hongwai
通过protues仿真实现的51单片机红外线遥控发射和接收解码装置。(Simulation achieve through protues 51 microcontroller infrared remote control transmitter and receiver decoding device.)
- 2013-02-08 21:02:38下载
- 积分:1
-
luyou
使用51单片机和cc2530模块组成的路由器程序,可以实现收发和存储功能(51 machines use a single product and get the router module cc2530 program)
- 2016-08-23 16:44:30下载
- 积分:1
-
BattTestV2.0
一个通过USB->UART读取C8051F060的程序,实现曲线分析、放大、报表等,采用多线程。
驱动从www.silabs.com下载,要用NI的UI控件。完整版。(a USB-)
- 2007-01-21 13:10:10下载
- 积分:1
-
Hammer
本程序利用特征线法计算管道水击的压力和流量(The program uses the method of characteristics to calculate the value of the pipeline water hammer pressure and flow values.)
- 2014-01-16 21:07:52下载
- 积分:1
-
chuanxing-da
串行da模块的应用,和单片机通信,通过单片机控制da模块(Serial da module application, and single-chip communication, via da MCU control module)
- 2013-07-18 02:57:14下载
- 积分:1
-
11
说明: 两脉冲频率平均值计算 两脉冲频率平均值计算 两脉冲频率平均值计算(Two pulse frequency average of the two pulse frequency average of two average pulse frequency)
- 2013-04-24 20:02:03下载
- 积分:1
-
iCAN4017
iCan4017模块改进程序,语言Windows Visual C++(iCan4017 programme, Windows Visual C++.)
- 2018-04-26 10:26:08下载
- 积分: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
-
NOKIA5110-LCD-DRIVER
诺基亚5110的驱动程序,主要用于单片机的开发,充当显示模块。(Nokia 5110 driver, mainly for single-chip development, act as a display module.)
- 2016-01-19 11:12:03下载
- 积分:1