A. GPIO_Mode_IPD B. GPIO_Mode_IPU C. GPIO_Mode_Out_OD D. GPIO_Mode_Out_PP
A. GPIO_SetBits(GPIOB,GPIO_Pin_4) B. GPIO_ResetBits(GPIOB,GPIO_Pin_4) C. GPIO_SetBits(GPIOC,GPIO_Pin_4) D. GPIO_ResetBits(GPIOC,GPIO_Pin_4)
A. B. include "Led.h" C. B. D. include "Led.c" E. C. F. include "stm32f10x.h" G. D. H. include "sys.h"
A. PGout(2)=1 B. GPIO_SetBits(GPIOE,GPIO_Pin_2) C. GPIOG->BRR=GPIO_Pin_2 D. GPIO_ResetBits(GPIOG,GPIO_Pin_2