-
SN65LBC184
器件SN65LBC184手册,便于学习者学习开发!(Device SN65LBC184 manual for ease learners develop!)
- 2013-09-11 11:51:47下载
- 积分:1
-
20121121SELECTIO
一个典型的Select IO 模型实例源代码,供大家参考使用,要下从速!(A typical model Select IO source code examples for your use and reference to the next as soon as possible!)
- 2012-11-21 12:42:50下载
- 积分:1
-
debug
AVR智能温度控制,基于ATmega16(intelligent temperature control of AVR)
- 2014-07-19 11:35:52下载
- 积分:1
-
an_r01an0455ej0100_rl78_pwm
瑞萨 pwm 控制(自带头文件)压缩包打包
(Renesas pwm control (from the lead file) compressed packed)
- 2013-08-31 09:00:39下载
- 积分:1
-
ng-cordova-master-(1)
ng cordova master
yes, yes, yes,
- 2016-11-30 08:26:04下载
- 积分: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
-
GouWuJie
1、ADO技术
2、用对话框显示图片
3、对话框动态伸展(1, ADO technology
2, with a dialog box is displayed pictures
3, the dialog dynamic extension)
- 2016-01-25 22:02:17下载
- 积分:1
-
7-Seg_LEDCalc
7段数码管显示与对应值计算工具。先点击对应管位,设置显示顺序,再点击生成即可获得键值。鼠标选择键值,数码管相应显示。(7-segment LED display with the corresponding value calculation tools. Firstly, click the corresponding tube in the LED, in order to set the display order. Then click Generate to get the value. After created, select the key and the digital will show the char accordingly.)
- 2013-04-28 13:56:46下载
- 积分:1
-
renyiboxingchengcusheji
用C8051F020实现正弦波的程序设计(Program designed to use the C8051F020 achieve sine wave)
- 2012-08-07 18:54:48下载
- 积分:1
-
ucOS-II-V2.86-uCGUI-3.9-DEMO
基于STM32的压力监控项目,配有2.8寸TFT显示屏,可以实时监控压力曲线,带有数据库功能(Based on the STM32 pressure monitoring project, with 2.8-inch TFT display, real-time monitoring of the pressure curve with database functions)
- 2014-01-16 15:57:17下载
- 积分:1