led.h 83 B

12345678
  1. #ifndef _LED_H
  2. #define _LED_H
  3. #include "stm32f4xx.h"
  4. void LED_Init(void);
  5. #endif