-
key11_11
单片机键盘扫描程序 微处理器课程设计 八位抢答器(SCM keyboard scanning procedures microprocessor eight Responder Course Design)
- 2013-12-06 15:07:47下载
- 积分: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
-
TempHumSystem
这是一个用于工控的上位机系统,可以实时监测温度,露点,湿度。用户可以根据具体情况设定报警点,当达到报警点,系统通过邮件发送报警信息给用户。(This is a PC for industrial control of the system, can be real-time monitoring of temperature, dew point and humidity. Users can set alarms based on specific circumstances, when the police reached, the system, through e-mail warning messages to users.)
- 2009-05-16 10:46:36下载
- 积分:1
-
chengxu
ad转换的程序,c8051f021老程序,18B20测温00,抢答器程序,pwm_pac.c。(ad conversion process, c8051f021 old procedures, 18B20 temperature 00, Answer program, pwm_pac.c.)
- 2007-09-03 22:22:12下载
- 积分:1
-
BixVReader
Smart card虚拟读卡器驱动源码,这个很稀少的哦(smart card virtual driver source code.)
- 2021-03-30 11:59:10下载
- 积分:1
-
四旋翼源代码
基于STM32F4的四轴航拍平台。以STM32F407为控制核心,四轴飞行器为载体,辅以云台的航拍系统。硬件上由飞控电路,电源管理,通信模块,动力系统,机架,云台伺服系统组成。算法上采用简洁稳定的四元数加互补滤波作为姿态解算算法,PID作为控制器,实现飞行,云台增稳等功能(Four axis aerial platform based on STM32F4. Taking STM32F407 as the control core, the four axis flying vehicle as the carrier, and the aerial camera system with ptz. The hardware is composed of flight control circuit, power management module, communication module, power system, frame and PTZ servo system. The algorithm uses a simple and stable four yuan number plus complementary filtering as the attitude calculation algorithm, and PID is used as a controller to achieve flight, PTZ stability, and other functions)
- 2017-06-28 00:52:48下载
- 积分:1
-
RC500code
对RC500卡的读和写,假如刷卡正确的话模块上的LED灯就会亮,没有卡、卡不对、或是其他的不能识别的都不能通过(RC500 card to read and write, if correct module on the card will be light, LED lamp without card and card wrong, or other cannot identify cannot pass)
- 2010-09-06 19:02:38下载
- 积分:1
-
hongwaiyaokong
说明: 红外遥控解码C51红外遥控解码C51红外遥控解码C51红外遥控解码C51(Infrared remote control Infrared remote control decoder decoding C51 C51 C51 infrared remote control Infrared remote control decoder decoding C51)
- 2020-09-10 21:48:03下载
- 积分:1
-
MPPT1
MPPT,最大功率跟踪,使用STC12R5608AD作主控芯片。原理图,程序完整。直接烧录即可使用。PCB就不上传了,自己画一下。研究生课程设计的作品(MPPT, MPPT using STC12C5608AD as master chip. Schematics, program integrity. Direct burn to use. PCB not uploaded Kazakhstan, she painted it. Graduate course design work)
- 2013-08-20 21:52:28下载
- 积分:1
-
LED
旋转LED的实现,实现用单片机控制电机转速,采用无线供电方式哦(Rotate the LED, achieving MCU control motor speed, the use of wireless power supply oh)
- 2013-11-03 18:25:32下载
- 积分:1