拓冰建站拓冰建站
首页 / 资讯中心 / 正文

day2 LED闪烁

#include stm32f10x.h // Device header #include Delay.h int main(void){ //外设时钟控制函数 RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA,ENABLE); GPIO_InitTypeDef GPIO_InitStructure; GPIO_InitStructure.GPIO_Mode GPIO_Mode_Out_PP; GPIO_InitStructure.GPIO_Pin GPIO_Pin_0; GPIO_InitStructure.GPIO_Speed GPIO_Speed_50MHz; GPIO_Init(GPIOA,GPIO_InitStructure); while(1) { GPIO_ResetBits(GPIOA,GPIO_Pin_0); Delay_ms(500); GPIO_SetBits(GPIOA,GPIO_Pin_0); Delay_ms(500); GPIO_WriteBit(GPIOA,GPIO_Pin_0,Bit_RESET); Delay_ms(500); GPIO_WriteBit(GPIOA,GPIO_Pin_0,Bit_SET); Delay_ms(500); } }
分享:

看完干货,该让你的企业上线了

免费需求沟通 · 48 小时内出具建站方案 · 河南本地可上门