-
500w_PIC_Modified_Sine_Wave_Inverter
pic modified sine wave inverter circiut
- 2013-12-24 07:42:05下载
- 积分: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
-
sun
基于ARM的俄罗斯方块设计,本次将设计实现一个用C语言编写的、在基于ARM核心的ADuC7020 ARM开发板上实现的单机版的俄罗斯方块小游戏。使用Keil3编程软件对C语言代码进行编写,支持按键操作,在实现过程中涉及了LCD液晶屏的图形显示、按键控制、LED控制、中断、蜂鸣器等嵌入式的编程技术。(Tetris ARM-based design, this will be designed to achieve a C language, the ADuC7020 ARM development board ARM core-based implementations of stand-alone version of the Tetris game. Use Keil3 programming software code written in the C language, support for key operations involved in the implementation process of the LCD screen graphical display, control buttons, LED control, interrupt, buzzer embedded programming techniques.)
- 2014-01-10 11:19:18下载
- 积分:1
-
temp_controller7.30jia-wen-kong
水循环系统、温度信号采集系统、制冷及制热系统、内嵌体温调节算法的温度主控单元软件编写,基于atmega128(Water cycle system, temperature signal acquisition system, cooling and heating system, inline thermoregulatory algorithm of temperature control unit writing software, based on the atmega128
)
- 2021-04-14 21:38:54下载
- 积分:1
-
SY_OO7
数码管显示当前温度程序 适用于CC100C,若数码管上电后有残影,请将液晶显示器拔下后重新上电(Digital tube displays the current temperature procedure applies to CC100C, if the digital control power after stuttering, please unplug the LCD monitor and re-power)
- 2010-03-11 09:36:04下载
- 积分:1
-
DataProcess(Update01.08.2014)
optimize ADX range usedn in amiborker optimization
- 2014-10-15 01:21:52下载
- 积分:1
-
ImportRegPol-source
ImportRegPol is a non-interactive tool that imports the settings from a Registry Policy (registry.pol) file into the Computer or User configuration of the local group policy of the current computer. It can also parse a registry.pol file and produce an editable text file that can be consumed by Apply_LGPO_Delta v2.0.
- 2014-07-13 20:47:46下载
- 积分:1
-
89C51-master
基于单片机的一些基础应用 和硬件设计以及综合设计(89c51Integrated application hardware design)
- 2017-07-17 10:37:00下载
- 积分:1
-
AdvanAI
调用研华PCL数据采集卡进行采集数据例程,很容易理解,舍弃了繁琐功能!(Call Advantech PCL data acquisition card for data collection routines, it is easy to understand, abandoning the cumbersome features!)
- 2015-04-13 15:59:50下载
- 积分:1
-
bujindianji
单片机at89c52控制步进电机,愿跟大家一起分享(Microcontroller at89c52 control stepper motor, is willing to work with you to share with)
- 2012-11-29 18:44:27下载
- 积分:1