-
CAN-ZLG
基于周立功CAN的上位机软件,可以实现对CAN的打开,波特率设置,滤波设置,消息发送,消息接受等等。亲测可用。完全可以作为二次开发的资料。(Based ZLG CAN PC software can be achieved on the open CAN baud rate settings, filter settings, the message is sent, the message to accept more. Pro-test available. Can be used as secondary development information.)
- 2021-04-28 14:28:43下载
- 积分: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
-
3_26201207250935137036566
超声波测距,可以通过串口助手显示,当小于设定值时,显示0,当大于设定值时,显示1(Ultrasonic Ranging, through serial aides showed that when less than the set value, 0, when greater than the set value, indicating a)
- 2013-12-14 12:47:05下载
- 积分:1
-
DMX512-program
DMX512灯管控制程序,欢迎使用,,可以换灯光颜色.rar(DMX512 lamp control program, welcome to use, can change the color of light, .Rar)
- 2012-08-16 10:46:07下载
- 积分:1
-
dj
说明: 有关程控之类的代码以及个人的仿真图供大家学习参考(The kind of code, and programmed the simulation diagram for your personal reference learning)
- 2011-08-24 11:24:58下载
- 积分:1
-
DS1302
例子\Proteus经典例子和中文资料 8051(Examples of classic examples of Proteus and Chinese information 8051)
- 2008-08-11 14:38:47下载
- 积分: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
-
01_LED
说明: 430单片机中的led显示模块,对于初学者来说,这个程序简单易懂,是学习430的好帮手(430 in single-chip led display module, for beginners, this easy-to-read program is a good helper to learn 430)
- 2009-08-20 17:31:40下载
- 积分:1
-
nRF51822
nRF51822低功耗蓝牙4.0资料和设计指导说明。(nRF51822 BLE bluetooth 4.0 desgin guide)
- 2015-01-28 14:10:13下载
- 积分:1
-
temperature-control
单片机温度控制代码,用于基本的测试及基本的编写(temperature control code,use for normal
test)
- 2014-03-16 17:05:48下载
- 积分:1