-
a1212
是关于瑞萨芯片SH系列的串口编程和CAN通信的程序( is about Renesas SH series the serial port chip programming and CAN communication programming)
- 2010-10-29 22:51:50下载
- 积分:1
-
Credit
一个模拟借贷系统,可以模拟借贷情况,有助于理解c语言.
(An analog lending system that can simulate financing conditions, help to understand the c language.)
- 2015-06-27 22:22:26下载
- 积分:1
-
70bb364a-132d-404e-bdca-67eff9c2bacc
说明: 51单片机资料及程序需者请下载好东西教材类(51 Single-chip data and procedures, please download good teaching category)
- 2008-10-27 13:40:25下载
- 积分:1
-
pwm
PWM调光,通过PWM(脉宽调制)调节LED的亮度(PWM dimming to adjust the brightness of the LED by PWM (Pulse Width Modulation))
- 2013-03-07 21:17:32下载
- 积分:1
-
locale__busybox
此文档,主要是实现开发板显示中文,用到了locale与busybox,(This document, mainly to achieve the development board display Chinese, use the locale and busybox,)
- 2015-09-29 16:17:41下载
- 积分:1
-
light
假设P1.0口为发光二极管(共阴),其通过按键来控制是否开启(Suppose that the P1.0 port is a light emitting diode (common negative), which controls whether to turn on or not by pressing a button.)
- 2020-06-22 20:40:01下载
- 积分:1
-
新建 Microsoft Word 文档
说明: 超声波传感器数据采集,arduino实现。并在道路检测中使用(The data acquisition of ultrasonic sensor is realized by Arduino. And it is used in road detection)
- 2020-11-27 17:09:35下载
- 积分:1
-
C8051F350
C8051F350/1/2/3第一手中文芯片资料,提供24位AD转换(c8051F350 chip single-handedly Chinese development of information
)
- 2012-05-09 11:25:15下载
- 积分:1
-
Lab005a
Cambios de giro de un motor DC controlado por hiperterminal
- 2011-07-04 01:35:51下载
- 积分: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