:1.505MB : :1 :2022-10-15 15:09:13
32f103c8t6LED控制:LED 闪烁如果开发者对于本文件有需要的可以参考。
#include "stm32f10x.h"
#include "delay.h"
#include "LED.h"
int main(void)
{
Init_LEDpin(); //初始化led连接的I/O口
delay_init() ; //延时初始化
while(1)
{
LED2 = 0; //低电平点亮小灯
LED3 = 0; //低电平点亮小灯
delay_ms(500);
LED2 = 1;
LED3 = 1;
delay_ms(500);
}
}
.
├── LED 闪烁
│ ├── CORE
│ │ ├── core_cm3.c
│ │ ├── stm32f10x_conf.h
│ │ ├── stm32f10x_it.c
│ │ ├── stm32f10x_it.h
│ │ ├── system_stm32f10x.c
│ │ └── system_stm32f10x.h
│ └── keilkilll.bat
└── LED 闪烁.rar
14 directories, 167 files
12-28超简单的闪烁源码
10-19双灯左移右移闪烁(C语言单片机实例13)
10-19闪烁灯一(C语言单片机实例152)
10-18用不同数据类型控制灯闪烁时间(C语言单片
10-18闪烁灯二(C语言单片机实例153)
10-18数码管局部闪烁(C语言单片机实例44)
10-18数码管闪烁(C语言单片机实例43)
11-09ppt制作闪烁灯牌文字效果教程
11-01ppt2007给文字添加灯光闪烁效果动画
10-27ppt给文字添加多次闪烁的动画效果
10-23wps制作许多星星依次闪烁在夜空的动画修