搜索资源列表
Timer1CapToControlLED
- LPC213X开发板提供的定时器1输入捕获实验,基于前后台的实验.
8.TIM_Compare
- stm32f103rb TIM定时器 捕获比较输出模式下程序 基于MDK的开发环境 全套c源码-stm32f103rb TIM timer capture compare output mode program based MDK development environment complete c source
PWM_Input
- STM32定时器PWM输入捕获,利用TIM1计算脉冲频率及占空比。-This example shows how to use the TIM peripheral to measure the frequency and duty cycle of an external signal.
timerB
- msp430的16位定时器B基本程序 里面有11个小程序 使你在最短时间呢对定时器B的功能做到轻松上手-msp430' s 16-bit timer B the basic procedures for which there are 11 small programs so that you do in the shortest possible time, the function of the timer B be easy to get started
chaoshengboceju
- 采用LPC2138做控制器,利用PWM控制发射头发射超声波,然后利用定时器的捕获功能得到接收超声波的时间。-Done using LPC2138 controller, using PWM control launching the first launch wave, and then using the timer capture function was to receive ultrasonic time.
ir
- 是一个关于红外编码的遥控程序,通过定时器捕获,希望对你们有帮助。-Is a program on the infrared remote control codes, through the timer capture, hope you have help.
main
- 利用改变定时器输出比较通道的捕获值,当输出通道捕获值产生中断时,在中断中将捕获值改变,这时,输出的I/O会产生一个电平翻转,利用这种办法,实现不同频率的PWM输出。-Used to change the timer output value of a channel down the output channel capture value generate the interrupt, "the value will change, then, the output of course i
MSP430danpianjiCprogramingdesign
- 实用的基础msp430的模块程序C语言编程 包括基础时钟,ADC,DAC单通道单序列,多通道多序列等,锁相环,异步串行,,FLASH擦写,中断,比较捕获,PWM波形的产生,LCD模块程序,行列式键盘,基本定时器,DMA数据传输捕获脉冲信号周期等-Practical basis for msp430 module C programming, including basic clock, ADC, DAC channel single sequence, such as multi-chann
timer
- 飞思卡尔芯片的定时器模块,包括输入捕获,脉冲计数器,pwm模块-freescale timer
FrequencyIndicator
- 本代码是基于IAR的MSP430的频率计设计,MSP430内部定时器TIMEA采用捕获周期计数法测频,测频范围1HZ~32K,精度为1HZ,并采用12864显示-The code is based on the MSP430 IAR frequency meter design, MSP430 internal timer TIMEA capture cycle counting method using frequency measurement, frequency measurement
tim-input-catpure-counter
- 定时器输入捕获tim input catpure counter-tim input catpure counter
TIM
- 基于keil的stm32的定时器基本功能的工程。实现了定时器输入捕获、PWM输出、捕获比较等功能的四个工程。-Project for stm32. They are projects based on Keil which accomplished timers PWM output and so on.
Inputcapture
- STM32的TIM3通用定时器 输入捕获法测量频率 精确到1hz-STM32 of TIM3 general-purpose timer input capture accurate method to measure the frequency 1hz
capture
- 本次实验,使用TIM4产生一个1K的频率输出,用TIM1进行捕获。并测出频率计算 TIM1 的时基单元配置:关于TIM1的时基设置问题前文已经讨论过了。这里只有一点需要明确的,就是为了尽量减少更新事件,将TIM_Period设置到最大即0xFFFF。定时器时钟设置成2M,这样定时器的更新频率就是30Hz,不会造成两次捕获之间产生多次更新。-his experiment, using the TIM4 produce a 1 k frequency output, using TIM1 cap
duty-cycle
- 本程序利用系统节拍定时器生成测试脉冲,利用定时器捕获功能来计算脉冲的宽度和占空比。-The program uses the system tick timer to generate test pulses, using a timer capture function to calculate the pulse width and duty cycle.