-
130110
控制蜂鸣器pic18单片机程序,测试通过,已批量生产。(Pic18 microcontroller program to control the buzzer)
- 2014-01-24 10:44:16下载
- 积分:1
-
iic135
MSP430f135的I2c源代码,一个华为牛人写的,编程风格非常好,值得学习(I2c the MSP430f135 source code, a Huawei cattle were written a very good programming style, it is worth learning)
- 2009-07-21 08:17:10下载
- 积分:1
-
zhongjile
通过51单片机设计一个电子时钟,精确到秒,可以通过按键调节时间(By 51 microcontroller design an electronic clock, accurate to seconds, you can adjust the time by pressing a button)
- 2013-11-14 09:56:13下载
- 积分:1
-
DS18B2
单片机 8051 C语言 温度传感器DS18B20(SCM 8051 C language temperature sensor DS18B20)
- 2013-11-11 13:23:45下载
- 积分:1
-
display
说明: 点阵显示原代码,上传的为c语言,也有原理图。(Dot matrix display of the original code, upload the c language, but also schematic.)
- 2010-04-04 18:22:36下载
- 积分:1
-
chengxu
ad转换的程序,c8051f021老程序,18B20测温00,抢答器程序,pwm_pac.c。(ad conversion process, c8051f021 old procedures, 18B20 temperature 00, Answer program, pwm_pac.c.)
- 2007-09-03 22:22:12下载
- 积分:1
-
shuangkui
双馈风电机组的PSCAD模型,是通用模型,有助于帮助解决双馈风电机组建模问题(PSCAD doubly-fed motor model)
- 2013-12-23 21:47:00下载
- 积分:1
-
DPM_BODY_FORCE
It can be used to simulate body force in Discrete Particle Model (DPM) in ANSYS FLUENT v14.5
- 2014-04-16 10:02:48下载
- 积分:1
-
main
实现ADT7310温度采集并传输到M25P16上存储(Achieve ADT7310 temperature acquisition and transfer to the storage on the M25P16)
- 2011-09-20 10:52:49下载
- 积分: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