-
ATmega8--ucos-II
基于ATmega8 的ucos-II应用(ATmega8' s ucos-II-based applications)
- 2011-05-13 14:20:52下载
- 积分:1
-
BEM2CPP
二维弹性常值边界元程序BEM2C++,二维边界元,弹性静力学(2 Dimensional elastic constant BEM program BEM2C++)
- 2014-01-07 16:31:07下载
- 积分:1
-
lcddisplay
LCD显示,只要运行程序可以显示图案,日期和温度(lcddisplay,if you execute that it can display picture,date and tempreture.)
- 2009-10-25 20:40:42下载
- 积分:1
-
svpwm
DSP28335空间电压矢量调制SVPWM调制程序,浮点DSP编程(DSP28335 space vector modulation SVPWM modulation program)
- 2014-05-03 14:46:24下载
- 积分:1
-
UART
串口0通信-查询方式实验向串口发送子节数据,并等待数据发送完成,使用查询方式(Serial 0 communication- ways to experiment sub-section to the serial port to send data and wait for the data transmission is complete, use the query mode)
- 2013-02-25 10:49:00下载
- 积分:1
-
jisuanqi
单片机计算机设计,实现加减乘除,包括小数点的运算,用的是4*4的键盘(Single chip computer design, realization add, subtract, multiply and divide, including the operations of the decimal point, with 4* 4 is the keyboard)
- 2011-08-31 18:50:05下载
- 积分:1
-
cc
说明: 自动加料机控制系统 以单片机实现 用于毕业设计 (Automatic feeder control system the MCU for graduation design)
- 2012-11-08 08:39:33下载
- 积分:1
-
C8051F020examples
包含了C8051的基本例程,如流水灯,IO口控制,蜂鸣器,串口通信等(C8051MCU example programs)
- 2013-09-04 11:25:58下载
- 积分: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
-
WatchDog
关于MSP430F149的看门狗定时器系统开发例程。(About MSP430F149 watchdog timer system development routines.)
- 2016-11-23 19:04:52下载
- 积分:1