關於STM32單片機GPIO口上拉與下拉輸入

GPIO_InitStructure.GPIO_Pin  = GPIO_Pin_0;  //PA0      GPIO_InitStructure.GPIO_Mode = GPIO_Mode_IPD; //PA0 下拉輸入     GPIO_Init(GPIOA, &GPIO_InitStructure);   GPIO_ResetBits(GPIOA,GPIO_Pin_0);       //P
相關文章
相關標籤/搜索