-
led-advertising-lamp
本程序能够实现广告灯的往正反方向来回移动。(Procedures to achieve the advertising lights move back and forth to the positive and negative direction.)
- 2013-04-23 22:14:05下载
- 积分:1
-
RS485_connection_process-for-C51
在51单片机上实现RS485通讯,能够实现与上位机的通信(RS485 mode on 51 single, able to communicate with the host computer)
- 2014-08-21 18:10:03下载
- 积分:1
-
4xADP5110
STM32 4路AD+5110显示 ( )
- 2015-04-25 16:30:35下载
- 积分: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
-
M16-NRF2401
nrf2401M16无线模块开发案例,很实用哦(nrf2401 wireless module development case)
- 2011-09-21 23:42:33下载
- 积分:1
-
STM32_trace_l298
这段代码包括了基于STM32对简单小车的循迹壁障以及L298N的驱动。并对其中关键部分进行了注释。(This code includes a simple car-based STM32 tracking barrier and L298N driver. And one of the key parts of the notes.)
- 2014-02-26 12:18:03下载
- 积分:1
-
been
Keil uvision4.0 环境下的MCS-51单片机入门学习例程!(Keil uvision4.0 environment MCS-51 microcontroller started learning routines!)
- 2013-06-12 20:21:30下载
- 积分:1
-
12
按键精灵 刷副本 口袋版 梦幻西游 蓝手指模拟器(QuickMacro brush copy of Pocket Edition Fantasy Westward blue finger simulator)
- 2014-02-21 12:48:02下载
- 积分:1
-
PS2key
本例是用51单片机的键盘解码程序,亲试好用(This case is a keyboard with 51 decoding process, pro-test handy)
- 2013-08-23 14:01:25下载
- 积分:1
-
HT66FU50
合泰单片机,大学生单片机竞赛组委会提供的,必须使用该单片机开发的作品才能评选(holtek mcu )
- 2015-04-15 16:59:48下载
- 积分:1