摘要: LED led.c #include "led.h" //初始化PF9和PF10为输出口.并使能这两个口的时钟 //LED IO初始化 void LED_Init(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_AHB1PeriphClockCmd( 阅读全文
posted @ 2020-07-24 14:07 doitjust 阅读(685) 评论(0) 推荐(0) 编辑