STM32單片機經常使用庫函數

1.GPIO初始化函數 用法:web voidGPIO_Configuration(void) { GPIO_InitTypeDefGPIO_InitStructure;//GPIO狀態恢復默認參數 GPIO_InitStructure.GPIO_Pin=GPIO_Pin_標號|GPIO_Pin_標號; //管腳位置定義,標號能夠是NONE、ALL、0至15。 GPIO_InitStructure
相關文章
相關標籤/搜索