forked from Git_test/Git_TEST
初始化项目:红灯闪烁
This commit is contained in:
11
不同颜色LED/USER/main.c
Normal file
11
不同颜色LED/USER/main.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "stm32f10x.h"
|
||||
#include "Run_Led.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
|
||||
while(1)
|
||||
{
|
||||
Run_Led();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user