-
motor_encoder
stm32f072rbt6
直流电机编解码(光栅编码器)的数据采集程序。(stm32f072rbt6 DC codec (coder raster) data collection program.)
- 2015-09-14 11:28:37下载
- 积分:1
-
ZB220GDNZ_PSR
ZB220GDNZ_PSR测控装置的IEC61850配置的icd文件(ZB220GDNZ_PSR of IEC61850)
- 2014-01-03 14:32:59下载
- 积分:1
-
my_da
详细介绍了DAC0832产生正弦波的程序(Detailed introduces DAC0832 produce sine wave program)
- 2012-04-26 15:09:11下载
- 积分: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
-
TI_DAC7611_OK
采用TI LaunchPad开发板触摸屏控制DAC7611输出电压(TI LaunchPad development board using the touch screen controls DAC7611 output voltage)
- 2014-04-17 19:35:18下载
- 积分:1
-
pci_sample
说明: 这是一个简单的数据采集卡的例子程序,主要介绍编写数据采集卡的驱动的基本流程。MakeFile文件的编写等等。。。 希望对新手有帮助(This is a simple example of data acquisition card procedures, mainly the preparation of data acquisition card driven by the basic process. MakeFile documentation and so on. . . I hope to help novice)
- 2009-08-18 10:03:07下载
- 积分:1
-
Tsq
一个水轮机调速的控制程序,想从事控制方面程序设计的朋友可以参考一下。(a turbine governor control procedures to control in the design process can make reference to a friend.)
- 2020-09-08 21:18:03下载
- 积分:1
-
MCU
单片机入门的编程教材,PDF格式,简单易懂,适合初学者(SCM introductory programming textbooks, PDF format, easy to understand for beginners)
- 2015-11-06 19:43:50下载
- 积分:1
-
MUSIC1--finish
音乐计算器,当输出分别为正负数时,用蜂鸣器响起两段不同的音乐。计算器可实现0~999范围内的加减与或比较功能,并支持连续运算。(Music calculator)
- 2020-08-16 23:38:25下载
- 积分:1
-
help-
一份直立车模调试指南,只要有点单片机基础的都可以看懂,从传感器介绍到数据处理,滤波,到姿态的计算。。。能带给你很大的用处(An upright Cars commissioning guide, just a bit microcontroller based can understand, from the sensor introduced to data processing, filtering, to the attitude of the calculations. . . Can bring you a lot of useful)
- 2014-08-19 18:12:29下载
- 积分:1