搜索资源列表
HD7279驱动
- HD7279与51的驱动,主要修正了延时函数及按键函数,按键采集通过中断采集。-HD7279 51 and the driver, amended the delay function keys and function keys acquisition through acquisition interruption.
利用ADC0809和DAC0832实现模拟电压信号的采集与输出
- 使用T1作为定时器(定时时间为50毫秒),每1秒时间后,启动ADC0809转换,在转换结束后(触发外部中断)读出A/D转换值,将该值输出到DAC0832,并同时显示到LCM显示器上(显示子程序/函数由实验库文件提供)
mcbsp
- mcbsp串口编程,接收接受32位字,外部提供时钟及帧信号,RRDY信号触发中断-McBSP serial port programming, receiving 32 to accept the word, the external clock and frame signal to provide, RRDY trigger signal interruption
DI_INT
- 基于研华数据采集卡,所作的用中断方式进行DI输出的例程;-DI by interrupt
MADINTTMR
- PCI-1710中断采集程序,以下说明纯属无用功,凑数而已!-get the data from pci-1710 with high speed method
M48_ADC_interrupt
- AVR MEGA48 ADC中断方式AD采集-AVR MEGA48 ADC interrupt AD Acquisition
ad_int
- 程序的功能是实现数据采集卡的模拟量中断采集功能。-Program' s function is data acquisition card analog interrupt capture.
Sources
- 基于S12单片机和hq7620摄像头的图像采集程序(脉冲累加器溢出中断采集,输入捕捉中断发送数据给PC机)-picture sampling based on S12 MCU and hq7620 using interrupt.
drive0224
- 研华动态链接库DMA数据传输方式软件触发方式适合慢速数据采集场合,中断传输方式可以满足较高速度的数据采集,DMA传输方式适合大量数据的高速采集,但应用复杂。所以中断触发方式是最常用的触发方式。-advantech ddl
Frequency-counter
- 基于STC89C52RC的单片机c程序。运用中断采集频率信号,数码管显示 -STC89C52RC microcontroller c program. Use of interrupt frequency signal acquisition, the digital display
C
- 单片机实现RS232串口与PC通信,AD中断采集,简单清晰,适合初学者-RS232 serial communication with a PC
AD
- HT66F0185的AD模块调试部分 通过AD中断采集所需数据。GPIO的配置会影响下载器 程序编写时需注意-the AD module of HT66F0185
1-ADC—单通道(中断读取)
- 通过adc采集单片机引脚电压,单通道(中断读取)(Collect the microcontroller pin voltage through adc)
encoder
- stm32编码器模式及中断配置,可以利用stm32读取正交编码器。CNT寄存器没10000代表一圈,每一圈产生一个中断,可以实时读取每一圈CNT值,以及总圈数(Stm32 encoder mode and interrupt configuration, you can use stm32 to read the quadrature encoder. CNT register no 10000 on behalf of a circle, each lap to produce an inte
main
- ADC采集 interrupt中断触发连续采样。(ADC collect software breakpoint, hit run again to get updated conversions)
CMOS摄像头循迹例程
- 基于RX23T单片机的CMOS摄像头图像采集处理程序的编写。主要介绍了如何使用代码生成工具配置本例程所需的UART、简易IIC、外部中断、Port等模块并生成相应的驱动代码,同时对生成的代码文件添加的摄像头驱动与数据存储函数进行了详细说明。后附CMOS摄像头图像采集处理程序源码实例,用户可以结合本例程对RX23T单片机进行摄像头循迹等的拓展应用。(Programming of CMOS camera image acquisition and processing program based o
dsp2812数据采集
- 本实例软件部分设计介绍主程序流程,a/d初始化子程序,中断服务子程序等。 TMS320F2812片内集成A/D转换器进行数据采集。(The software design of this example introduces the main program flow, a/d initialization subroutine, interrupt service subroutine and so on. TMS320F2812 chip integrated A/D converter
EKTC52D1
- 51和迪文串口屏通信C语言源码,温度采集显示,可以进行移植,很友好,很详细,附带的例程帮助很大(51 and Devon serial port communication C language source code, temperature acquisition display, you can transplant, very friendly, very detailed, with the help of a large routine.)
ICM42605_DRIVER
- ICM的六轴42605传感器驱动例程 通过FIFO阈值中断采集六轴数据(ICM's six axis 42605 sensor driver routines collect six axis data through FIFO threshold interruption.)
ADC的dma中断采集
- 本人自己编写stm32F103单片机 dmaADC中断采集代码,亲测有用