-
include
ATMEGA48 头文件 适用于 ICCAVR7.0 有些版本没有ATMEGA48的头文件(ATMEGA48 )
- 2013-08-08 22:45:19下载
- 积分: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
-
lax-wendroff
lax-wendroff求前台阶超声速流动(lax-wendroff format)
- 2021-04-09 16:18:59下载
- 积分:1
-
RDA5807M
实现STM32单片机使用RDA5807M型号的芯片收音机,代码通过简单的移植,就可以使用。(Implement STM32 MCU chip radio RDA5807M model code by simply transplant, it can be used.)
- 2021-04-25 20:38:46下载
- 积分:1
-
C8051F020examples
包含了C8051的基本例程,如流水灯,IO口控制,蜂鸣器,串口通信等(C8051MCU example programs)
- 2013-09-04 11:25:58下载
- 积分: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
-
CodeWarrior
CodeWarrior仿真与调试要点,CodeWarrior仿真与调试要点,CodeWarrior仿真与调试要点(CodeWarrior simulation and debugging points, CodeWarrior simulation and debugging points, CodeWarrior point emulation and debugging)
- 2013-08-21 21:14:06下载
- 积分:1
-
20090421
倒计时倒计时板,可以实现倒计时主题修改,时间设置等功能(dajishi)
- 2009-05-19 11:50:08下载
- 积分:1
-
ATT7022 计量芯片源程序
Att7022计量芯片源程序,ATT7022是一款高精度三相电能计量芯片,适用于三相三线和三相四线的应用。(Att7022计量芯片源程序,ATT7022是一款高精度三相电能计量芯片,适用于三相三线和三相四线的应用)
- 2009-10-10 13:43:46下载
- 积分:1
-
80c52
基于单片机控制I/O 和模拟电压线性输出,用于基本系统控制(failed to translate)
- 2013-05-06 15:12:22下载
- 积分:1