44
470
1416
助理工程师
使用特权
/**************************************************************************** * 名 称:void Delay(__IO uint32_t nTime) * 功 能:定时延时程序 1ms为单位 * 入口参数:无 * 出口参数:无 * 说 明: * 调用方法:无 ****************************************************************************/ void Delay(__IO uint32_t nTime) { TimingDelay = nTime; while(TimingDelay != 0); }
while (1) { GPIO_SetBits(GPIOB, GPIO_Pin_8); //LED1 亮 Delay(500); //延时500ms GPIO_ResetBits(GPIOB, GPIO_Pin_8); //LED1 灭 Delay(500); //延时500ms }
296225e0c60699747f.png (182.4 KB )
下载附件
2020-1-1 17:03 上传
100645e0c607df3ee6.png (48.1 KB )
70305e0c608e6f8e4.png (262 KB )
2020-1-1 17:04 上传
904905e0c609dd66e7.png (54.94 KB )
119065e0c60af898c8.png (211.5 KB )
485735e0c60be984d2.png (45.53 KB )
2020-1-1 17:05 上传
205245e0c60ceed6b9.png (467.06 KB )
发表回复 本版积分规则 回帖后跳转到最后一页
2
扫码关注 21ic 官方微信
扫码关注嵌入式微处理器
扫码关注21ic项目外包
扫码关注21ic视频号
扫码关注21ic抖音号
本站介绍 | 申请友情链接 | 欢迎投稿 | 隐私声明 | 广告业务 | 网站地图 | 联系我们 | 诚聘英才 | 论坛帮助
京公网安备 11010802024343号