-
315m_WU_XIAN_3LU_kongzhiqi
这是我做的一款3路LED的RGB控制器,输出接光耦控制可控硅,被控灯具为AC220V的,外接315M接受模块,用市场上一般的PT2262型遥控器无线调节输出的模式和变化速度(This is the RGB controller I do a 3 channel LED, output optocoupler control thyristor controlled lamp, AC220V, external 315M receiving module, general use on the market PT2262 remote wireless control output pattern and speed of change)
- 2013-09-09 16:11:32下载
- 积分:1
-
ALERT
智能安防报警系统是集布防,检测,报警为一体的软硬件相结合智能化系统。(Intelligent security alarm system is a deployment, detection, alarm as one of the intelligent combination of hardware and software systems.)
- 2011-05-14 15:18:47下载
- 积分:1
-
ConCard_TPE
新中新小一卡通标准对接服务SDK,拥有它完全可以自行定制业务软件(The Synjones ConCard TPE SDK)
- 2016-08-05 17:33:34下载
- 积分:1
-
PS2key
本例是用51单片机的键盘解码程序,亲试好用(This case is a keyboard with 51 decoding process, pro-test handy)
- 2013-08-23 14:01:25下载
- 积分:1
-
MUSIC1--finish
音乐计算器,当输出分别为正负数时,用蜂鸣器响起两段不同的音乐。计算器可实现0~999范围内的加减与或比较功能,并支持连续运算。(Music calculator)
- 2020-08-16 23:38:25下载
- 积分:1
-
Ex006
VS2010 C++学习(6):ListCtrl用法及ADO方式读写Access程序(VS2010 C++ learning (6): ListCtrl Usage and Access ADO literacy program)
- 2014-04-28 17:53:25下载
- 积分:1
-
VBvollage
高精度电压表(24bit) VB源程序,简单修改可实现多量程(precision voltage (24bit) VB program, a simple change can be realized more range)
- 2021-02-08 15:29:54下载
- 积分:1
-
kky
超声波测距,能够实现汽车防撞系统超声波的测距,完全由51单片机控制(Ultrasonic Ranging)
- 2011-11-30 20:44:59下载
- 积分: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
-
UART1602
说明: 51单片机用1602液晶显示串口接收到的数据(51 1602 MCU with LCD serial data received)
- 2021-03-21 14:29:17下载
- 积分:1