- //根据项目中实际的led灯与引脚的对应关系进行配置
- GPIO_Type* gs_LedPort[NUM_LED] = {GPIOA,GPIOC,GPIOA,GPIOC,GPIOB,GPIOD,
- GPIOC,GPIOA,GPIOA,GPIOF,GPIOF,GPIOC};
- u16 gu16_LedPins[NUM_LED] = {GPIO_Pins_8,GPIO_Pins_9,GPIO_Pins_15,GPIO_Pins_12,GPIO_Pins_3,GPIO_Pins_2,
- GPIO_Pins_4,GPIO_Pins_7,GPIO_Pins_6,GPIO_Pins_5,GPIO_Pins_4,GPIO_Pins_14
|