-
car
c51的单片机智能小车 具有红外循迹 超声波避障 以及hc06手机蓝牙遥控的功能(auto car)
- 2015-05-02 17:50:08下载
- 积分: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
-
200851613141547761
边界盒的检测,能有效的知道边界盒的最大长度,为编程带来方便(Bounding box test, which can effectively know the maximum length of the boundary box for programming convenience)
- 2010-10-26 09:19:54下载
- 积分:1
-
jisuanqi
单片机计算机设计,实现加减乘除,包括小数点的运算,用的是4*4的键盘(Single chip computer design, realization add, subtract, multiply and divide, including the operations of the decimal point, with 4* 4 is the keyboard)
- 2011-08-31 18:50:05下载
- 积分:1
-
5110
实现5110液晶图像、文字、字符 、反转、数字显示(5110 LCD achieve images, text, characters, reverse, digital display)
- 2013-07-30 14:01:42下载
- 积分:1
-
DMX512-program
DMX512灯管控制程序,欢迎使用,,可以换灯光颜色.rar(DMX512 lamp control program, welcome to use, can change the color of light, .Rar)
- 2012-08-16 10:46:07下载
- 积分:1
-
Timer
这是一个定时器程序。适合于单片机初学者……(This is a timer program. Suitable for beginners ... ... MCU)
- 2009-12-10 18:57:58下载
- 积分: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
-
RS485_connection_process-for-C51
在51单片机上实现RS485通讯,能够实现与上位机的通信(RS485 mode on 51 single, able to communicate with the host computer)
- 2014-08-21 18:10:03下载
- 积分:1
-
Stepper-motor-drive-source
步进电机28BYJ48型四相八拍电机,电压为DC5V—DC12V。当对步进电机施加一系列连续不断的控制脉冲时,它可以连续不断地转动。每一个脉冲信号对应步进电机的某一相或两相绕组的通电状态改变一次,也就对应转子转过一定的角度(一个步距角)。当通电状态的改变完成一个循环时,转子转过一个齿距。四相步进电机可以在不同的通电方式下运行,常见的通电方式有单(单相绕组通电)四拍(A-B-C-D-A。。。),双(双相绕组通电)四拍(AB-BC-CD-DA-AB-。。。),八拍(A-AB-B-BC-C-CD-D-DA-A。。。)(Stepping Motor 28BYJ48 four-phase eight-phase motor, the voltage DC5V-DC12V. When a series of continuous control pulses are applied to the stepper motor, it can be continuously rotated. Each pulse signal corresponds to the stepper motor of a phase or two-phase winding power state change once, also corresponds to the rotor through a certain angle (a step angle). When the change in the power-on state completes one cycle, the rotor turns one pitch. Four-phase stepper motors can be operated in different power-up modes. The common power-up modes are: single-phase winding power (ABCDA ...), double (dual-phase winding)-DA-AB-...), eight beats (A-AB-B-BC-C-CD-)
- 2020-09-12 06:57:59下载
- 积分:1