-
GREE6_Y502
说明: 单片机I/O口控制红外发射管,模拟格力空调遥控器的代码。典型应用:上位机发送一个通用的“开机,温度,模式……”命令,单片机自动发射出和遥控器一摸一样的波形,实现智能遥控器的功能。 (MCU I/O port control infrared emission control, analog Gree air conditioner remote control code. Typical applications: host computer to send a generic " boot, temperature, mode ... ..." command, microcontroller and the remote control automatically emit the same wave first touch, intelligent remote control functions.)
- 2010-03-19 14:36:36下载
- 积分:1
-
19.fengmingqi
此为51单片机的正弦波产生c程序,可将hex文件烧录到单片机内使用。(This is a 51 microcontroller sine wave generator c program, you can burn the hex file into the MCU.)
- 2015-10-16 16:16:04下载
- 积分:1
-
angle-time
用于计算同步电机发生三相短路故障时,功角随时间的变化关系。(For the calculation of the three-phase short circuit fault occurs synchronous motors, power angle changes with time.)
- 2015-04-14 13:23:34下载
- 积分:1
-
xjzhw
51单片机智能循迹小车,c语言程序和教程(51 MCU intelligent tracking car c language tutorial program)
- 2013-07-16 14:32:08下载
- 积分:1
-
AVR-IOUSART
AVR单片机模拟串口程序_C语言(代表一个定时器和两个IO)(AVR microcontroller simulation serial process _C language (representing a timer and two IO))
- 2015-10-20 09:47:35下载
- 积分: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
-
EEPROM_24C02
用C语言编写的温度采集程序,可以用于C51单片机的开发(Temperature using C language acquisition program, can be used for C51 MCU development)
- 2013-12-17 19:56:26下载
- 积分:1
-
24
说明: 用单片机实现的DS1621温度传感器,测量周边环境的温度(With MCU' s DS1621 temperature sensor to measure the temperature of the surrounding environment)
- 2011-06-17 23:48:22下载
- 积分:1
-
lightwater
简单的流水灯程序,另外包括按键控制led灯程序,适合初学者(Simple water lights, led lights additionally includes key control procedures, suitable for beginners)
- 2013-07-15 13:27:44下载
- 积分:1
-
11
通过PWM定时器延迟一秒,实现一个LED灯的明灭。实验中观察I/O口的值对LED灯的明灭的控制,学习I/O口的输入输出方式和设置,了解PWM的配置方式(Through the PWM timer to delay a second, the realization of a LED lamp at. I/O values for LED lamp light control experiment, learning I/O port input and output method and setting, understanding of PWM configuration methods)
- 2014-04-16 13:54:34下载
- 积分:1