摘要:
GPIO的使用: 打开GPIO时钟根据手册寄存器映射看在哪根总线上,设一个GPIO_InitTypeDef结构体变量,根据实际给改结构体里面各项赋值,GPIO_Init(GPIO_TypeDef* GPIOx, GPIO_InitTypeDef* GPIO_InitStruct),就初始化设置完了。 阅读全文
posted @ 2016-06-30 15:14
toknowledge
阅读(686)
评论(0)
推荐(0)