-
key
实现MSP430单片机外界按键电路 为中断按键(MSP430 MCU to achieve circuit interruption button outside button)
- 2010-06-17 16:40:47下载
- 积分:1
-
步进电机反装、
89c52控制小步进电机,可以用来参考,也可从用(Stepper motor program)
- 2018-05-22 10:02:39下载
- 积分:1
-
初始化WIFI_ESP8266
说明: 基于stm32通过esp8266-wifi进行通信的WiFi初始化实验(Communication through esp8266)
- 2020-06-21 04:00:02下载
- 积分:1
-
BLDC
基于stm32的速度闭环,直流无刷电机驱动程序。(Based stm32 speed closed loop brushless DC motor driver.)
- 2016-05-30 20:58:27下载
- 积分:1
-
Si4713_Arduino控制资料
Si417发射机的PCB文件以及数据手册、arduino控制si4713的代码文件。(The PCB file of Si417 transmitter and the code file of data manual and Arduino controlling si4713.)
- 2020-06-21 12:20:02下载
- 积分:1
-
STM32F103_AD7606
基于AD7606的数据采集系统的软件程序(STM32F103)(software of AD7606(STM32F103))
- 2016-06-14 20:08:04下载
- 积分:1
-
guangtongxinxitong
光纤通信系统是以光纤为传输媒介,光波为载波的通信系统。主要由光发送机、光纤光缆、中继器和光接收机组成,本文利用optisystem仿真光纤通信系统(Optical fiber communication system based on optical fiber transmission medium, light waves as carrier communication system.Is mainly composed of optical transmitter, optical fiber cable, repeater and optical receiver, optical fiber communication system based on optisystem simulation)
- 2016-07-19 11:24:03下载
- 积分:1
-
fpga_8051
毕业设计中等精度频率计8051IP核的C语言代码,功能是计算频率,脉宽,相位。还有控制LCD12864(Graduate design Medium precision frequency meter the 8051IP nuclear C-language code, the function is to calculate the frequency, pulse width, phase. As well as control LCD12864)
- 2012-07-13 15:30:15下载
- 积分: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
-
8
说明: 电子标签读写器程序(示例类源程序,具有较好的参考作用)(RFID reader program (sample type source, has a good reference))
- 2008-02-24 01:11:27下载
- 积分:1