您现在的位置是:首页 > 源码 > STM PWM OUT
推荐星级:
  • 1
  • 2
  • 3
  • 4
  • 5

STM PWM OUT

更新时间:2013-05-31 18:33:41 大小:207K 上传用户:gxscuceed查看TA发布的资源 标签:FlagPulseTIM_ToggleConfiguration 下载积分:2分 评价赚积分 (如何评价?) 打赏 收藏 评论(0) 举报

资料介绍

extern volatile u16 Pulse; u8 Flag_60ms; int main() { RCC_Configuration(); GPIO_Configuration(); TIM_PWMConfiguration(); NVIC_Configuration(); TIM_ToggleConfiguration(); GPIO_SetBits(GPIOA,GPIO_Pin_0); USART1_Configuration(); SysTick_Configuration(); while(1) { if(Flag_60ms == 1) { Flag_60ms = 0; TIM2->CCR2= PID_calculate(&Control_left,Pulse); } } }

部分文件列表

文件名文件大小修改时间
PWM_out_modify/Rvmak/PWM_out.Opt4KB2011-12-07 17:11:24
PWM_out_modify/Rvmak/PWM_out.Uv25KB2011-12-06 11:23:56
PWM_out_modify/Rvmak/PWM_out_Target 1.dep28KB2011-12-07 17:11:08
PWM_out_modify/Src/AD.c1KB2011-11-14 15:11:28
PWM_out_modify/Src/AD.h1KB2011-11-14 09:35:26
PWM_out_modify/Src/delay.c1KB2011-11-10 08:49:52
PWM_out_modify/Src/delay.h1KB2011-11-08 21:48:32
PWM_out_modify/Src/GPIO.c1KB2011-12-03 11:07:30
PWM_out_modify/Src/GPIO.h1KB2011-11-08 21:48:32
PWM_out_modify/Src/INT.c22KB2011-12-06 10:52:32
PWM_out_modify/Src/main.c1KB2011-12-07 17:09:02
...

全部评论(0)

暂无评论

上传资源 上传优质资源有赏金

  • 打赏
  • 30日榜单

推荐下载