#ifndef __LED_H #define __LED_H #include "stm32f4xx.h" void GPIO_Config(u32 RCC_APBnPeriphn, GPIO_TypeDef* GPIOx, u16 PIN); #endif