STM32學習筆記(一)-------GPIO口的操做

1.新建一個工程模板web 2.GPIO口操做的步驟 (1)聲明一個結構體 GPIO_InitTypeDef GPIO_InitStructure; 這個結構體中包括GPIO_Pin 、GPIO_Mode、GPIO_Speed 。bash (2)端口使能: RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA|RCC_APB2Periph_GPIOD, ENABL
相關文章
相關標籤/搜索