• 2025-01-04STM_32 按键点亮LED
    端口设置//LED的引脚设置//定义一个结构体GPIO_InitTypeDefGPIO5_InitStruct;//打开引脚的使能时钟RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA,ENABLE);GPIO5_InitStruct.GPIO_Pin=GPIO_Pin_5;GPIO5_InitStruct.GPIO_Mode=GPIO_Mode_Out_PP;GPIO5_InitStruct.GPIO_Sp