-
MCU_JPEG
MCU图片解码,使用STM32对JPEG图片解码,(STM32 JPEG decoder code,)
- 2013-11-03 20:09:53下载
- 积分: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
-
11
说明: 利用定时/计数器T0从P1.0输出周期为1s的方波,让发光二极管以1HZ闪烁,设晶振频率为12MHz(The use of timer/counter T0 from P1.0 output cycle square wave 1s, so that the light-emitting diodes 1HZ blinking, set the crystal frequency is 12MHz)
- 2014-05-27 14:30:43下载
- 积分:1
-
Automatic-traffic-control-system-
自动交通控制系统用红、绿、黄三支共两组发光二极管表示交通信号灯,利用单片机模拟有时间显示的定时交通信号灯控制管理。信号灯的变化规律可如下:
1)放行线:绿灯亮放行25秒,黄灯亮警告5秒,然后红灯亮禁止。
2)禁示线:红灯亮禁止30秒,然后绿灯亮放行。
3)当某一方向的红灯亮时,若该方向有车通过,则用扬声器声报警。(撞红灯信号可用3-5V模拟量表示)(Automatic traffic control system using red, green, yellow light-emitting diodes, said a total of three traffic lights, the use of single-chip analog time display on a regular traffic signal control and management. Changes of lights to be as follows: 1) Release Line: green clearance 25 seconds, the yellow light warning for 5 seconds, then the red light is prohibited. 2) ban shows lines: the red light is prohibited for 30 seconds, then the green light to release. 3) When the red light in one direction, if the direction of the car through, the alarm speaker sound. (Hit the red signal available 3-5V analog representation))
- 2013-12-19 18:26:11下载
- 积分:1
-
KEY_TEST
用C语言对LED灯进行测试 通过实际按下键盘进行测试笔(the test of LED with C language and the keyboard is a necessity
)
- 2011-11-30 19:32:38下载
- 积分: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
-
cap2modelandodcmotor
Full document very cool snd nice
- 2015-03-18 07:34:17下载
- 积分:1
-
IR-decoding-digital-display
IR decoding digital display
- 2013-10-06 00:06:17下载
- 积分:1
-
visualport
这是一个虚拟串口和红外口的例子的源代码。(This is a virtual serial port and infrared mouth of the source code examples.)
- 2007-03-22 11:11:40下载
- 积分:1
-
robot
超声波测距,测量精度为1cm,可以使机器人安全避障。(Ultrasonic distance measurement accuracy of 1cm, can make the robot obstacle avoidance safety.)
- 2013-11-13 10:35:13下载
- 积分:1