STM32入門學習------快速組織代碼

快速組織代碼 步驟 (1)使能IO口時鐘調用函數爲 RCC_APB2PeriphClockCmd() (2)初始化IO參數 調用函數 GPIO_Init(); (3)操做IO口,輸出高低電平{GPIO_SetBits()或GPIO_ResetBits()} 使能IO口時鐘函數 1)使能 GPIOB 時鐘: RCC_APB2PeriphClockCmd(RC
相關文章
相關標籤/搜索