文章分类 -  ARM-Cortex-M3

嵌入式
摘要:库函数 #include "led.h" #include "stm32f10x.h" void LED_Init(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB,ENA 阅读全文
posted @ 2019-04-05 15:23 Crown-V 阅读(629) 评论(0) 推荐(0)