-
51-1602
基于Keil的51工程-1602移位显示(51 works based on Keil-1602 shift display)
- 2013-08-10 09:57:28下载
- 积分:1
-
atmega8ledtest
测试程序ATMEGA8LED的灯亮和灯灭(Test ATMEGA8LED lights turn on and off)
- 2013-10-16 20:51:13下载
- 积分:1
-
PWM
使用51单片机,用其内部定时中断,和外部中断只找一个可控脉宽调制信号PWM(Using 51, with its internal timer interrupt, and external interrupt only to find a controllable pulse width modulation signal PWM)
- 2013-07-23 21:29:37下载
- 积分:1
-
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
-
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
-
PostProgress
数控五轴速度后置处理源程序,实现速度后置处理(post progress)
- 2021-03-16 13:19:21下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
an_r01an0455ej0100_rl78_pwm
瑞萨 pwm 控制(自带头文件)压缩包打包
(Renesas pwm control (from the lead file) compressed packed)
- 2013-08-31 09:00:39下载
- 积分:1
-
PS2key
本例是用51单片机的键盘解码程序,亲试好用(This case is a keyboard with 51 decoding process, pro-test handy)
- 2013-08-23 14:01:25下载
- 积分:1
-
PCAS
采用VB编写的一个电路分析系统,支持现行电路的分析,具有电路图绘制,仿真功能,并包含了示波器等元器件。(using VB prepared a circuit analysis system, in support of the current circuit, with circuit diagrams mapping, simulation function, and includes components such as oscilloscopes.)
- 2020-12-07 20:09:22下载
- 积分:1