stm32 GPIO原理: 輸入和輸出控制

<pre name="code" class="html">#include "stm32f10x.h" int main(void) { //1.PA.0 工做在推攬輸出,50MHZ; PA.8輸入 浮空輸入 GPIOA->CRL=0X03; GPIOA->CRH=0X04; //2. PA.0 輸出 = PA.8輸入 while(1){ if((GPIOA-
相關文章
相關標籤/搜索