配成输入GPIO_InitStructure.GPIO_Pin = GPIO_Pin_10; //引脚10 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_IN_FLOATING;//浮空输入 GPIO_Init(GPIOB, &GPIO_InitStructure);//PORTB口配成输出GPIO_InitStructure.GPIO_Pin = GPIO_Pin_0; //引脚0 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;//推完输出 GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz; //50M时钟速度 GPIO_Init(GPIOC, &GPIO_InitStructure);//PORTC口